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]
```
This commit is contained in:
Kevin Daudt 2019-10-22 18:01:17 +00:00
parent fb07059459
commit 5eb80ddabb

View File

@ -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"