diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-15 09:24:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-15 09:24:25 +0000 |
commit | eaacb329524dc206227776517424e62ec72d6162 (patch) | |
tree | 5c892fc5a70aa1749b3cedb95158d846cdedb38d /testing/php7-tideways_xhprof | |
parent | ebd53b9c6909c6e1ca409014b426b92939eff2da (diff) | |
download | aports-eaacb329524dc206227776517424e62ec72d6162.tar.bz2 aports-eaacb329524dc206227776517424e62ec72d6162.tar.xz |
testing/php7-tideways_xhprof: disable on s390x
Diffstat (limited to 'testing/php7-tideways_xhprof')
-rw-r--r-- | testing/php7-tideways_xhprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD index 85b3566401..cfd1bcd112 100644 --- a/testing/php7-tideways_xhprof/APKBUILD +++ b/testing/php7-tideways_xhprof/APKBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-} pkgrel=1 pkgdesc="Modern XHProf compatible Profiler for PHP 7" url="http://tideways.io" -arch="all !armhf !aarch64" # fails to build +arch="all !armhf !aarch64 !s390x" # fails to build license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" |