From 2439743cda09cc16b3f5b9f0e14c2514ad6b622a Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 1 Jan 2018 01:19:02 +0100 Subject: testing/nanomsg: disable on armhf due to segfault in tests 95% tests passed, 2 tests failed out of 43 Total Test time (real) = 15.58 sec The following tests FAILED: 8 - ws (SEGFAULT) 41 - ws_async_shutdown (SEGFAULT) --- testing/nanomsg/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/nanomsg') diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD index 175c62675f..48c363dab0 100644 --- a/testing/nanomsg/APKBUILD +++ b/testing/nanomsg/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.2 pkgrel=1 pkgdesc="A socket library that provides several common communication patterns" url="http://nanomsg.org/" -arch="all" +arch="all !armhf" # armhf: segfaults in 2 tests license="MIT" depends_dev="asciidoctor xmlto" makedepends="$depends_dev cmake" -- cgit v1.2.3