diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 03:38:46 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 03:38:46 +0200 |
commit | 14b4550253d0cd422c1893da2a6234945318ba6d (patch) | |
tree | e207cdb034e754408f5a1269c6f6af625fab340f /testing/php7-tideways_xhprof | |
parent | 2d7cbaa7a0838d0eab7176e61bbb3874892020f0 (diff) | |
download | aports-14b4550253d0cd422c1893da2a6234945318ba6d.tar.bz2 aports-14b4550253d0cd422c1893da2a6234945318ba6d.tar.xz |
testing/php7-tideways_xhprof: disable on x86
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 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" |