diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-02 21:20:02 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-02 21:20:02 +0200 |
commit | 2aaa5a779523bd9dd56b74a24fb4e46917f56d69 (patch) | |
tree | eecf8690ec735b5d2daf82775fa54fba450e0c7e /community/czmq | |
parent | a52776b25f1ed6f9c8e506952681080af133a599 (diff) | |
download | aports-2aaa5a779523bd9dd56b74a24fb4e46917f56d69.tar.bz2 aports-2aaa5a779523bd9dd56b74a24fb4e46917f56d69.tar.xz |
community/czmq: disable on s390x
Start 28: zproxy
28/30 Test #28: zproxy ...........................***Timeout 60.01 sec
Start 29: zrex
29/30 Test #29: zrex ............................. Passed 0.00 sec
Start 30: zsys
30/30 Test #30: zsys ............................. Passed 0.20 sec
97% tests passed, 1 tests failed out of 30
Total Test time (real) = 73.61 sec
The following tests FAILED:
28 - zproxy (Timeout)
Diffstat (limited to 'community/czmq')
-rw-r--r-- | community/czmq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/czmq/APKBUILD b/community/czmq/APKBUILD index 7bd9089d39..9f55306ab5 100644 --- a/community/czmq/APKBUILD +++ b/community/czmq/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.0.2 pkgrel=0 pkgdesc="High-level C binding for ZeroMQ" url="http://czmq.zeromq.org/" -arch="all" +arch="all !s390x" # zproxy test timeouts on s390x license="MPL-2.0" makedepends="cmake zeromq-dev" subpackages="$pkgname-dev" |