aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-pecl-xlswriter/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-xlswriter/APKBUILD b/testing/php7-pecl-xlswriter/APKBUILD
index 535cae2360..fd6d80eb47 100644
--- a/testing/php7-pecl-xlswriter/APKBUILD
+++ b/testing/php7-pecl-xlswriter/APKBUILD
@@ -6,7 +6,7 @@ pkgver="1.3.1"
pkgrel=0
pkgdesc="A PHP Extension for creating and reader XLSX files. "
url="https://pecl.php.net/package/xlswriter"
-arch="all"
+arch="all !s390x" # Test failure
license="BSD-2-Clause"
depends="php7-common"
makedepends="php7-dev zlib-dev"