aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-03-05 10:15:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-05 10:15:31 +0000
commit3cc43b3875dd70da4ee08387a4ff592e9c62594a (patch)
treeee94d5596cd8a6fcf14d668ca9b2e5a391a7bb36
parentfff44813411552be71fcf7b0abef112d55e01748 (diff)
downloadaports-3cc43b3875dd70da4ee08387a4ff592e9c62594a.tar.bz2
aports-3cc43b3875dd70da4ee08387a4ff592e9c62594a.tar.xz
testing/cjose: disable on s390x due to failing testsuite
-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"