aboutsummaryrefslogtreecommitdiffstats
path: root/main/llvm9
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-23 10:46:27 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-23 10:47:06 +0000
commit3245de00089e3c1ee237f7cc2b32d5421b4f51d0 (patch)
tree125674f8c988057fef29b4f02f59f9ec598bf039 /main/llvm9
parentc149e05ee8b58176154bf2f6e79b9f35660db4ba (diff)
downloadaports-3245de00089e3c1ee237f7cc2b32d5421b4f51d0.tar.bz2
aports-3245de00089e3c1ee237f7cc2b32d5421b4f51d0.tar.xz
main/llvm9: disable tests on mips64
Diffstat (limited to 'main/llvm9')
-rw-r--r--main/llvm9/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/llvm9/APKBUILD b/main/llvm9/APKBUILD
index cdf46123c4..ebce409a99 100644
--- a/main/llvm9/APKBUILD
+++ b/main/llvm9/APKBUILD
@@ -28,8 +28,10 @@ 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.
+# MIPS as well...
case "$CARCH" in
arm*) options="$options !check";;
+ mips*) options="$options !check";;
esac
# Whether is this package the default (latest) LLVM version.