aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-10-22 19:49:21 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-10-22 19:50:29 +0200
commite423200195d01bab2a4b7b791da435a9a1e66e31 (patch)
tree8f0beeab68ad0cdf75ebc95e501a84b0b0cb9602
parentb54497fd9c0dc84d973e64709b6b2ddb7425564c (diff)
downloadaports-e423200195d01bab2a4b7b791da435a9a1e66e31.tar.bz2
aports-e423200195d01bab2a4b7b791da435a9a1e66e31.tar.xz
community/shards: disable check
package builds fine but check fail with crystal 0.31.1
-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"