Skip to content
Snippets Groups Projects
Commit 2ad742a8 authored by alice's avatar alice
Browse files

community/lua-copas: disable check

the tests run forever
parent 831c62ea
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ for _v in $_luaversions; do
checkdepends="$checkdepends lua$_v"
done
# tests run forever on every arch
options="!check"
check() {
# tests keep running indefinitely
case "$CARCH" in armv7) return 0;; esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment