diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 19:45:01 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 19:45:43 +0000 |
commit | d7dcd2ec89c28d70de9a96041b162a1e2832ae27 (patch) | |
tree | 4aadfdcb86034f44f4187888b58d9e4cba7a7641 /testing/java-jtreg | |
parent | bef18686e24f64feaf7e3757fadeda49a6abb3b3 (diff) | |
download | aports-d7dcd2ec89c28d70de9a96041b162a1e2832ae27.tar.bz2 aports-d7dcd2ec89c28d70de9a96041b162a1e2832ae27.tar.xz |
testing/java-jtreg: disable
The download source returns 500 errors constantly, preventing the builders from
properly building this package.
Diffstat (limited to 'testing/java-jtreg')
-rw-r--r-- | testing/java-jtreg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/java-jtreg/APKBUILD b/testing/java-jtreg/APKBUILD index ac67318ae8..1cd2436383 100644 --- a/testing/java-jtreg/APKBUILD +++ b/testing/java-jtreg/APKBUILD @@ -6,7 +6,7 @@ pkgver=${_pkgver/-/.} pkgrel=0 pkgdesc="jtreg is the test harness used by the JDK test framework" url="http://hg.openjdk.java.net/code-tools/jtreg" -arch="noarch" +arch="" # Download source is unstable license="GPL-2.0" depends="java-jtharness java-asmtools" makedepends="openjdk8 zip" |