diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2017-11-17 21:42:46 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2017-11-17 21:42:46 +0000 |
commit | 88b05a1a15de851dd517e7f5014ecad4514665c1 (patch) | |
tree | cf2490424cac645cdd174aa2834fa06c6cfb47df /community/lld/APKBUILD | |
parent | 036898cc239499f2dbf57d6230e842947b99882d (diff) | |
download | aports-88b05a1a15de851dd517e7f5014ecad4514665c1.tar.bz2 aports-88b05a1a15de851dd517e7f5014ecad4514665c1.tar.xz |
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.
Diffstat (limited to 'community/lld/APKBUILD')
-rw-r--r-- | community/lld/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD index ea2f444ceb..a912bc9c4f 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 } |