diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 13:25:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 13:25:59 +0000 |
commit | 7f88679db793d27e0a94b78a1c19b784426744e3 (patch) | |
tree | 2062543fe0dc85b7b7f22d8b77d52083b6a9a0f4 /testing/php7-tideways_xhprof | |
parent | f567a84abd86ddcc795647cee19a8edf9268bd4e (diff) | |
download | aports-7f88679db793d27e0a94b78a1c19b784426744e3.tar.bz2 aports-7f88679db793d27e0a94b78a1c19b784426744e3.tar.xz |
testing/php7-tideways_xhprof: disable on x86 due to build failure
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 a9944b0b64..3fdb43321c 100644 --- a/testing/php7-tideways_xhprof/APKBUILD +++ b/testing/php7-tideways_xhprof/APKBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-} pkgrel=3 pkgdesc="Modern XHProf compatible Profiler for PHP 7" url="http://tideways.io" -arch="all" +arch="all !x86" license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" |