From 0e47247b6141c5a52549828dbbbfd03a2f03686b Mon Sep 17 00:00:00 2001 From: "Milan P. Stanić" Date: Thu, 9 Apr 2020 18:29:43 +0200 Subject: community/shards: disable on aarc64 disabled because crystal is disabled on aarch64 --- community/shards/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/shards/APKBUILD b/community/shards/APKBUILD index 18035c1d1e1..fdc22ae0186 100644 --- a/community/shards/APKBUILD +++ b/community/shards/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 _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 +arch="x86_64" # limited by crystal aport options="!check" # check fail with crystal version 0.31.1 license="Apache-2.0" depends="crystal git" -- cgit v1.2.3