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)
This commit is contained in:
Jakub Jirutka 2018-01-01 01:19:02 +01:00
parent c5d431d435
commit 2439743cda

View File

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