mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +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
|
||||
# luajit is not available for s390x
|
||||
s390x) _luajit="";;
|
||||
# XXX: Some tests fail with "Address not available".
|
||||
aarch64 | armhf) options="!check";;
|
||||
# FIXME: Some tests fail with "Address not available".
|
||||
# and ppc64le hangs
|
||||
aarch64 | armhf | ppc64le) options="!check";;
|
||||
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user