aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-24 17:56:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-24 17:56:27 +0000
commit0a1e44ca92ab896340a359d61653a72ac4edd060 (patch)
treee98d4d697aab76da728d87d762991050157864a2 /testing
parentc9cf21eb34fdcc7be0da6445eae47a1588dd5dfa (diff)
testing/openssl: disable tests on s390x
../../test/drbgtest seems to hang on s390x. Disable tests for now.
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() {