diff options
-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" |