diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-22 22:51:00 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-22 22:51:12 +0200 |
commit | e0c57c7a2f23483eb78f1bffd991c67aff62f909 (patch) | |
tree | 5941417e0ab39621faf2b865e4d86eb4c914d3d8 /main/expat | |
parent | 9c535987c0aa3487d2312258e8e5d768a48c5b41 (diff) | |
download | aports-e0c57c7a2f23483eb78f1bffd991c67aff62f909.tar.bz2 aports-e0c57c7a2f23483eb78f1bffd991c67aff62f909.tar.xz |
main/expat: also disable tests on s390x
Diffstat (limited to 'main/expat')
-rw-r--r-- | main/expat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/expat/APKBUILD b/main/expat/APKBUILD index 2d434294df..95effff30d 100644 --- a/main/expat/APKBUILD +++ b/main/expat/APKBUILD @@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$pkgver" # - CVE-2017-9233 case "$CARCH" in -aarch64|armhf|ppc64le) options="!check" ;; # FIXME +aarch64|armhf|ppc64le|s390x) options="!check" ;; # FIXME esac build() { |