aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openresty
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-05-03 21:24:51 -0400
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-04 05:42:47 +0000
commitc936e3dd1a26903631716f5321ea2f67da289e2b (patch)
tree019f7da0d60351cabf4764049b84780b17387e94 /testing/openresty
parent56f16acff2718cbf25d1c5f92b1c4dbffcbd4b54 (diff)
downloadaports-c936e3dd1a26903631716f5321ea2f67da289e2b.tar.bz2
aports-c936e3dd1a26903631716f5321ea2f67da289e2b.tar.xz
testing/openresty: disable ppc64le and s390x
These builders both fail on: ==== Building LuaJIT 2.1.0-beta3 ====
Diffstat (limited to 'testing/openresty')
-rw-r--r--testing/openresty/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openresty/APKBUILD b/testing/openresty/APKBUILD
index 1ec191d446..69bc5a3960 100644
--- a/testing/openresty/APKBUILD
+++ b/testing/openresty/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.13.6.2
pkgrel=0
pkgdesc="Scalable Web Platform by Extending NGINX with Lua"
url="https://openresty.org/"
-arch="all"
+arch="all !ppc64le !s390x" # LuaJIT build errors
license="BSD-2-Clause"
options="!check" # tests environment not available
provides="cmd:nginx"