diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-07 18:58:45 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-07 18:58:45 +0200 |
commit | 8f80264873b8235a5a640efecc102fb5983f4b48 (patch) | |
tree | e1b9d76de903d2072be85f1b98cc0e75ced7a929 /community/unit/APKBUILD | |
parent | cf74b3cfd311bb589ae69e6886f95bb18b482744 (diff) | |
download | aports-8f80264873b8235a5a640efecc102fb5983f4b48.tar.bz2 aports-8f80264873b8235a5a640efecc102fb5983f4b48.tar.xz |
community/unit: disable on s390x due to test failure
tests: [notice] lvlhsh test started: 2 pool
tests: [alert] lvlhsh test failed: key B469B2CC is already in hash
tests: [notice] lvlhsh add test failed at 1
Diffstat (limited to 'community/unit/APKBUILD')
-rw-r--r-- | community/unit/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index 05c7de4cda..2f994bb165 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -7,7 +7,8 @@ pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" # armhf, x86: tests fail (https://github.com/nginx/unit/issues/118) -arch="all !armhf !x86" +# s390x: tests fail +arch="all !armhf !x86 !s390x" license="Apache-2.0" _phpver=7 makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev" |