diff options
-rw-r--r-- | community/lua-copas/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/lua-copas/APKBUILD b/community/lua-copas/APKBUILD index e7fdd3aad4..e9fc5a6989 100644 --- a/community/lua-copas/APKBUILD +++ b/community/lua-copas/APKBUILD @@ -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 |