From ea135b3e92c721c9d25c1ab2c1c7b1775557faab Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 Jan 2019 13:07:09 +0000 Subject: community/lua-http: enable tests on ppc64le Tests should work again after commit c604b8f23152 (main/lua-cqueues: backport fix for DNS). --- community/lua-http/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD index b8a3d316618..d27d5ef3b0b 100644 --- a/community/lua-http/APKBUILD +++ b/community/lua-http/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka pkgname=lua-http pkgver=0.2 -pkgrel=2 +pkgrel=3 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*|ppc64le) options="!check";; + aarch64|arm*) options="!check";; *) checkdepends="$checkdepends luajit" _luajit="jit";; esac -- cgit v1.2.3