mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
c5d431d435
commit
2439743cda
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user