diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 15:57:08 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 15:57:08 +0200 |
commit | 2114a900ee679383809f99fa2690a5c0402a040e (patch) | |
tree | cf491a5dc4c0e7682d32c91b7c90aa50ec7e27e8 /testing/php7-xhprof | |
parent | 1d22aee1ef1c4e68e354b7f2885ae547e8406675 (diff) | |
download | aports-2114a900ee679383809f99fa2690a5c0402a040e.tar.bz2 aports-2114a900ee679383809f99fa2690a5c0402a040e.tar.xz |
testing/php7-xhprof: disable on s390x
https://github.com/longxinH/xhprof/issues/15
Diffstat (limited to 'testing/php7-xhprof')
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index 041a45682e..6cab478eed 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.0.5 pkgrel=0 pkgdesc="A Hierarchical Profiler for PHP" url="https://github.com/longxinH/xhprof" -arch="all" +arch="all !s390x" license="Apache-2.0" depends="php7 php7-ctype" makedepends="php7-dev autoconf" |