From 88b05a1a15de851dd517e7f5014ecad4514665c1 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 17 Nov 2017 21:42:46 +0000 Subject: 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. --- community/lld/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/lld/APKBUILD') 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 } -- cgit v1.2.3