diff options
author | tcely <tcely@users.noreply.github.com> | 2019-05-03 21:24:51 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-04 05:42:47 +0000 |
commit | c936e3dd1a26903631716f5321ea2f67da289e2b (patch) | |
tree | 019f7da0d60351cabf4764049b84780b17387e94 | |
parent | 56f16acff2718cbf25d1c5f92b1c4dbffcbd4b54 (diff) | |
download | aports-c936e3dd1a26903631716f5321ea2f67da289e2b.tar.bz2 aports-c936e3dd1a26903631716f5321ea2f67da289e2b.tar.xz |
testing/openresty: disable ppc64le and s390x
These builders both fail on:
==== Building LuaJIT 2.1.0-beta3 ====
-rw-r--r-- | testing/openresty/APKBUILD | 2 |
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" |