diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 01:19:02 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 01:19:02 +0100 |
commit | 2439743cda09cc16b3f5b9f0e14c2514ad6b622a (patch) | |
tree | 0db7fafbaf934add0efe3da16bc76fedf66446df /testing/nanomsg | |
parent | c5d431d4353e59384e64f45b2967583373783313 (diff) | |
download | aports-2439743cda09cc16b3f5b9f0e14c2514ad6b622a.tar.bz2 aports-2439743cda09cc16b3f5b9f0e14c2514ad6b622a.tar.xz |
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)
Diffstat (limited to 'testing/nanomsg')
-rw-r--r-- | testing/nanomsg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |