From eaacb329524dc206227776517424e62ec72d6162 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 15 Jun 2018 09:24:25 +0000 Subject: testing/php7-tideways_xhprof: disable on s390x --- testing/php7-tideways_xhprof/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3