aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/openssl/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/openssl/APKBUILD b/testing/openssl/APKBUILD
index 5e689b3a679..33ea8bb3cfa 100644
--- a/testing/openssl/APKBUILD
+++ b/testing/openssl/APKBUILD
@@ -14,6 +14,10 @@ makedepends="$makedepends_host $makedepends_build"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libcrypto$_abiver:_libcrypto libssl$_abiver:_libssl"
source="https://www.openssl.org/source/openssl-$pkgver.tar.gz
"
+case "$CARCH" in
+s390x) options="$options !check";; # FIXME: test hangs
+esac
+
builddir="$srcdir/openssl-$pkgver"
build() {