aboutsummaryrefslogtreecommitdiffstats
path: root/community/unit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unit/APKBUILD')
-rw-r--r--community/unit/APKBUILD3
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"