From 14b4550253d0cd422c1893da2a6234945318ba6d Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sun, 3 Feb 2019 03:38:46 +0200 Subject: testing/php7-tideways_xhprof: disable on x86 --- testing/php7-tideways_xhprof/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/php7-tideways_xhprof') diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD index defcc10de5..fa551734ff 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 !armv7 !aarch64 !s390x" # fails to build +arch="all !x86 !armhf !armv7 !aarch64 !s390x" # fails to build license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" -- cgit v1.2.3