diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-03 13:11:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-03 13:11:55 +0000 |
commit | b25c781d54fa5cde5936b9fc27ba51cb28dcf8b5 (patch) | |
tree | 75647e66d2e409df0c9138b50e60a1be4b2c7176 | |
parent | ea135b3e92c721c9d25c1ab2c1c7b1775557faab (diff) | |
download | aports-b25c781d54fa5cde5936b9fc27ba51cb28dcf8b5.tar.bz2 aports-b25c781d54fa5cde5936b9fc27ba51cb28dcf8b5.tar.xz |
Revert "community/lua-http: enable tests on ppc64le"
Test still fails on ppc64le
This reverts commit ea135b3e92c721c9d25c1ab2c1c7b1775557faab.
-rw-r--r-- | community/lua-http/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD index d27d5ef3b0..fa9f570958 100644 --- a/community/lua-http/APKBUILD +++ b/community/lua-http/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-http pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="HTTP Library for Lua that supports HTTP(S) 1.0, 1.1 and 2.0" url="https://github.com/daurnimator/lua-http" arch="noarch" @@ -21,7 +21,7 @@ case "$CARCH" in s390x) _luajit="";; # FIXME: Some tests fail with "Address not available". # and ppc64le hangs - aarch64|arm*) options="!check";; + aarch64|arm*|ppc64le) options="!check";; *) checkdepends="$checkdepends luajit" _luajit="jit";; esac |