aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/unit/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/unit/APKBUILD b/testing/unit/APKBUILD
index b013eda6b2..05c7de4cda 100644
--- a/testing/unit/APKBUILD
+++ b/testing/unit/APKBUILD
@@ -6,8 +6,8 @@ pkgver=1.1
pkgrel=0
pkgdesc="NGINX Unit is a dynamic web application server"
url="https://unit.nginx.org/"
-# armhf: tests fail (https://github.com/nginx/unit/issues/118)
-arch="all !armhf"
+# armhf, x86: tests fail (https://github.com/nginx/unit/issues/118)
+arch="all !armhf !x86"
license="Apache-2.0"
_phpver=7
makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev"