diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-04 14:06:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-04 14:07:31 +0000 |
commit | e260f41a89162eb317414ed6f9ddeed73d782eef (patch) | |
tree | 901ce81a34bdb00c27e225f6a4cdd90143e1d5c3 /community/llvm3.7 | |
parent | 81349743eed3e76a7fd09dd7dd4388a0d6f7ddd3 (diff) | |
download | aports-e260f41a89162eb317414ed6f9ddeed73d782eef.tar.bz2 aports-e260f41a89162eb317414ed6f9ddeed73d782eef.tar.xz |
community/llvm3.7: disable tests on aarch64
Diffstat (limited to 'community/llvm3.7')
-rw-r--r-- | community/llvm3.7/APKBUILD | 2 |
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 |