aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-12 08:51:03 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-12 08:51:03 +0200
commitb039d1012b3676731ed179778f2732f7beebd611 (patch)
tree3bfad5029df2131dc9c1b5f64bc70e8fa50edc24 /community
parent1a7facbcc19063e529d3a72fb719e223c95a76c3 (diff)
downloadaports-b039d1012b3676731ed179778f2732f7beebd611.tar.bz2
aports-b039d1012b3676731ed179778f2732f7beebd611.tar.xz
community/openjdk11: disable checks on aarch64/s390x
These get stuck on the builders :/
Diffstat (limited to 'community')
-rw-r--r--community/openjdk11/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/openjdk11/APKBUILD b/community/openjdk11/APKBUILD
index 11317dd8f1..6b674f370d 100644
--- a/community/openjdk11/APKBUILD
+++ b/community/openjdk11/APKBUILD
@@ -70,6 +70,12 @@ if [ $_run_jtreg -ne 0 ]; then
checkdepends="$checkdepends ttf-freefont xvfb-run"
fi
+case "$CARCH" in
+ aarch64|s390x)
+ options="!check" # get stuck forever on builders
+ ;;
+esac
+
# secfixes:
# 11.0.6_p10-r0:
# - CVE-2020-2583