From 2ad742a8f2e5f544ecfde9b65a6daf1159c2f724 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Fri, 28 Oct 2022 22:07:12 +0000 Subject: [PATCH] community/lua-copas: disable check the tests run forever --- community/lua-copas/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/lua-copas/APKBUILD b/community/lua-copas/APKBUILD index 93a035b3e1a1..7802a60ee798 100644 --- a/community/lua-copas/APKBUILD +++ b/community/lua-copas/APKBUILD @@ -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 -- GitLab