From 5eb80ddabbd70ffc9221e40b4b256faa35a66f6d Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Tue, 22 Oct 2019 18:01:17 +0000 Subject: 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] ``` --- testing/php7-pecl-xlswriter/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3