From 1092f4539d6e53f2b1ef56b9285fac8b241fa244 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Jun 2018 09:11:26 +0000 Subject: community/llvm4: disable tests on aarch64 some of the tests fails on aarch64. disable for now --- community/llvm4/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/llvm4/APKBUILD b/community/llvm4/APKBUILD index 4491d27802..251187da43 100644 --- a/community/llvm4/APKBUILD +++ b/community/llvm4/APKBUILD @@ -27,7 +27,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";; esac # Whether is this package the default (latest) LLVM version. -- cgit v1.2.3