aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/shards/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/shards/APKBUILD b/community/shards/APKBUILD
index 0cd94734b4..f90dcded88 100644
--- a/community/shards/APKBUILD
+++ b/community/shards/APKBUILD
@@ -8,6 +8,7 @@ _minitestver=0.4.2
pkgdesc="Dependency manager for the Crystal language"
url="https://github.com/crystal-lang/shards"
arch="x86_64 aarch64" # limited by crystal aport
+options="!check" # check fail with crystal version 0.31.1
license="Apache-2.0"
depends="crystal git"
makedepends="yaml-dev"