aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-17 21:42:46 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-17 21:42:46 +0000
commit88b05a1a15de851dd517e7f5014ecad4514665c1 (patch)
treecf2490424cac645cdd174aa2834fa06c6cfb47df
parent036898cc239499f2dbf57d6230e842947b99882d (diff)
community/lld: disable tests on armhf
Scanning dependencies of target LLDUnitTests [ 99%] Built target LLDUnitTests Scanning dependencies of target check-lld [100%] Running lld test suite -- Testing: 1228 tests, 8 threads -- Testing: 0 .. 10.. 20.. 30.. 40.. 50.
-rw-r--r--community/lld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD
index ea2f444ceb3..a912bc9c4fa 100644
--- a/community/lld/APKBUILD
+++ b/community/lld/APKBUILD
@@ -39,7 +39,7 @@ build() {
check() {
cd "$builddir/build"
-
+ [ "$CARCH" = "armhf" ] && return 0
make check-lld
}