mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/lua-copas: disable tests on armv7
This commit is contained in:
parent
a2cd61952a
commit
d40d3114ab
@ -34,6 +34,9 @@ done
|
||||
check() {
|
||||
cd "$builddir"
|
||||
|
||||
# tests keep running indefinitely
|
||||
case "$CARCH" in armv7) return 0;; esac
|
||||
|
||||
local lver; for lver in $_luaversions $_luajit; do
|
||||
msg "Testing on lua$lver"
|
||||
make test LUA=lua$lver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user