mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/lua-http: disable check for ppc64le
the check hangs so disable for now. https://github.com/daurnimator/lua-http/issues/87
This commit is contained in:
parent
5f591e88fa
commit
580bff76c1
@ -17,8 +17,9 @@ builddir="$srcdir/$pkgname-$pkgver"
|
|||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
# luajit is not available for s390x
|
# luajit is not available for s390x
|
||||||
s390x) _luajit="";;
|
s390x) _luajit="";;
|
||||||
# XXX: Some tests fail with "Address not available".
|
# FIXME: Some tests fail with "Address not available".
|
||||||
aarch64 | armhf) options="!check";;
|
# and ppc64le hangs
|
||||||
|
aarch64 | armhf | ppc64le) options="!check";;
|
||||||
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user