aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cjose/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cjose/APKBUILD')
-rw-r--r--testing/cjose/APKBUILD2
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"