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