aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-04 14:06:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 14:07:31 +0000
commite260f41a89162eb317414ed6f9ddeed73d782eef (patch)
tree901ce81a34bdb00c27e225f6a4cdd90143e1d5c3
parent81349743eed3e76a7fd09dd7dd4388a0d6f7ddd3 (diff)
downloadaports-e260f41a89162eb317414ed6f9ddeed73d782eef.tar.bz2
aports-e260f41a89162eb317414ed6f9ddeed73d782eef.tar.xz
community/llvm3.7: disable tests on aarch64
-rw-r--r--community/llvm3.7/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm3.7/APKBUILD b/community/llvm3.7/APKBUILD
index ae6019d2af..ab10524cec 100644
--- a/community/llvm3.7/APKBUILD
+++ b/community/llvm3.7/APKBUILD
@@ -28,7 +28,7 @@ builddir="$srcdir/$_pkgname-$pkgver.src"
# ARM has few failures in test suite that we don't care about currently and
# also it takes forever to run them on the builder.
case "$CARCH" in
- arm*) options="!check";;
+ arm*|aarch64) options="!check";; # FIXME
esac
# NOTE: It seems that there's no (sane) way how to change includedir, sharedir