~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/nlohmann-json: disable test-unicode_all on aarch64

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190818212729.9047-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +6 -1
---
 testing/nlohmann-json/APKBUILD | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD
index b1dd0c6e23..3289ddd232 100644
--- a/testing/nlohmann-json/APKBUILD
+++ b/testing/nlohmann-json/APKBUILD
@@ -22,7 +22,12 @@ build() {
}

check() {
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest
	local skipped_tests=
	if [ "$CARCH" = "aarch64" ]; then
		# test-unicode_all takes too long and times out
		skipped_tests="$skipped_tests|test-unicode_all"
	fi
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "($skipped_tests)"
}

package() {
-- 
2.21.0
Reply to thread Export thread (mbox)