diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-05 10:15:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-05 10:15:31 +0000 |
commit | 3cc43b3875dd70da4ee08387a4ff592e9c62594a (patch) | |
tree | ee94d5596cd8a6fcf14d668ca9b2e5a391a7bb36 /testing/cjose | |
parent | fff44813411552be71fcf7b0abef112d55e01748 (diff) | |
download | aports-3cc43b3875dd70da4ee08387a4ff592e9c62594a.tar.bz2 aports-3cc43b3875dd70da4ee08387a4ff592e9c62594a.tar.xz |
testing/cjose: disable on s390x due to failing testsuite
Diffstat (limited to 'testing/cjose')
-rw-r--r-- | testing/cjose/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cjose/APKBUILD b/testing/cjose/APKBUILD index 0602496cbd..dc6f873c76 100644 --- a/testing/cjose/APKBUILD +++ b/testing/cjose/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.1 pkgrel=0 pkgdesc="A C library implementing the Javascript Object Signing and Encryption" url="https://github.com/cisco/cjose" -arch="all" +arch="all !s390x" # tests fails on s390x license="MIT" depends="jansson openssl" makedepends="check-dev coreutils doxygen jansson-dev openssl-dev perl" |