~alpine/aports

testing/nlohmann-json: disable test-unicode_all on aarch64 v1 PROPOSED

Bart Ribbers: 1
 testing/nlohmann-json: disable test-unicode_all on aarch64

 1 files changed, 6 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2924/mbox | git am -3
Learn more about email & git

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

---
 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