Skip to content

Commit

Permalink
community/java-jffi: revert back to building with openjdk8
Browse files Browse the repository at this point in the history
Tests get stuck on aarch64 with openjdk 11
(jnr/jffi#109). Moreover, upstream still
builds the native library using OpenJDK 8.
  • Loading branch information
jirutka committed Jun 13, 2021
1 parent b26db09 commit 35317c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/java-jffi/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgname=java-jffi
_pkgname=${pkgname#java-}
pkgver=1.3.4
_libver=1.2
pkgrel=0
pkgrel=1
pkgdesc="Java Foreign Function Interface"
url="https://github.com/jnr/jffi"
# arm* - InvokerTest fails
Expand All @@ -13,7 +13,7 @@ url="https://github.com/jnr/jffi"
arch="all !armhf !armv7 !mips !mips64 !ppc64le !x86"
license="Apache-2.0"
depends="$pkgname-native=$pkgver-r$pkgrel java-jre-headless"
makedepends="apache-ant file linux-headers openjdk11 texinfo"
makedepends="apache-ant file linux-headers openjdk8 texinfo"
subpackages="$pkgname-native"
source="https://github.com/jnr/$_pkgname/archive/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$_pkgname-$pkgver"
Expand Down

0 comments on commit 35317c0

Please sign in to comment.