aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-07 16:42:47 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-07 16:42:47 +0200
commit5b79c3dd5cd53e8c54803a0a79553c23ba596fd8 (patch)
treebfc53709bd9efcb3f43aa51c4ae64ed2861f563e /testing
parent9d886faf590d730fd7d15fd5da6263584fcc2fca (diff)
downloadaports-5b79c3dd5cd53e8c54803a0a79553c23ba596fd8.tar.bz2
aports-5b79c3dd5cd53e8c54803a0a79553c23ba596fd8.tar.xz
testing/unit: disable on x86 due to test failure
The same problem as on armhf.
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"