aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-09 19:33:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-09 19:33:46 -0300
commit4f7775dd5155375e97d902f22db42760a8177e07 (patch)
tree4bed95687bba218e208981c2e50e5805f1b20237 /community/crystal
parentf4e6e30c630e8540068ce3c2032dbb34c00ce5db (diff)
downloadaports-4f7775dd5155375e97d902f22db42760a8177e07.tar.bz2
aports-4f7775dd5155375e97d902f22db42760a8177e07.tar.xz
community/crystal: disable for now
Diffstat (limited to 'community/crystal')
-rw-r--r--community/crystal/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/crystal/APKBUILD b/community/crystal/APKBUILD
index 8f20fbc7d7..ead238a8f3 100644
--- a/community/crystal/APKBUILD
+++ b/community/crystal/APKBUILD
@@ -8,7 +8,8 @@ _bootver=0.31.1
_llvmver=8
pkgdesc="The Crystal Programming Language"
url="https://crystal-lang.org/"
-arch="x86_64" # aarch64 disabled, details in #11017
+# TODO(mps): skip colorize test
+arch="" # aarch64 disabled, details in #11017
license="Apache-2.0"
depends="gc-dev libatomic_ops libevent-dev libevent-static gcc gmp-dev pcre-dev"
checkdepends="openssl-dev libxml2-dev readline-dev tzdata yaml-dev zlib-dev"