aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-xlswriter/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-10-22 18:01:17 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-22 18:01:17 +0000
commit5eb80ddabbd70ffc9221e40b4b256faa35a66f6d (patch)
tree49b5e4ccecfcfc3dbe795c869ae37da95cff403f /testing/php7-pecl-xlswriter/APKBUILD
parentfb0705945971ff53797273dd8c262991529048a3 (diff)
downloadaports-5eb80ddabbd70ffc9221e40b4b256faa35a66f6d.tar.bz2
aports-5eb80ddabbd70ffc9221e40b4b256faa35a66f6d.tar.xz
testing/php7-pecl-xlswriter: disable on s390x
Test failure: ``` TEST 62/62 [tests/string_from_column_index.phpt] FAIL Check for vtiful presence [tests/string_from_column_index.phpt] ```
Diffstat (limited to 'testing/php7-pecl-xlswriter/APKBUILD')
-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"