From 8c5bdc4a3accc06de7935652f20634e912360ddc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Oct 2017 21:51:15 +0200 Subject: testing/lazperf: disable on armhf due to segfault in tests Running tests... Test project /home/buildozer/aports/testing/lazperf/src/laz-perf-1.1.0/build Start 1: io_tests 1/3 Test #1: io_tests .........................***Exception: SegFault 0.24 sec Start 2: lazperf_tests 2/3 Test #2: lazperf_tests .................... Passed 1.18 sec Start 3: stream_tests 3/3 Test #3: stream_tests ..................... Passed 0.00 sec 67% tests passed, 1 tests failed out of 3 Total Test time (real) = 1.44 sec The following tests FAILED: 1 - io_tests (SEGFAULT) Errors while running CTest --- testing/lazperf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/lazperf/APKBUILD') diff --git a/testing/lazperf/APKBUILD b/testing/lazperf/APKBUILD index 94d1e51f86..de53e5364b 100644 --- a/testing/lazperf/APKBUILD +++ b/testing/lazperf/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Alternative LAZ implementation for C++ and JavaScript" url="https://github.com/hobu/laz-perf" -arch="all" +arch="all !armhf" # armhf: io_test segfaults license="LGPL2+" makedepends="cmake" install="" -- cgit v1.2.3