diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-04 08:16:10 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-04 08:16:22 -0300 |
commit | 7269c88f9bd15a38561e48a329b8c31285aeb807 (patch) | |
tree | d5cf99c57aa5e3b2bef855fd37c83db3a02b1fb8 /testing/php7-pecl-swoole | |
parent | c4da804d6167288e2b4d214a84c028d05f464983 (diff) | |
download | aports-7269c88f9bd15a38561e48a329b8c31285aeb807.tar.bz2 aports-7269c88f9bd15a38561e48a329b8c31285aeb807.tar.xz |
testing/php7-pecl-swoole: disable on s390x and ppc64le
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r-- | testing/php7-pecl-swoole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD index 05c076ba7e..fb622d8039 100644 --- a/testing/php7-pecl-swoole/APKBUILD +++ b/testing/php7-pecl-swoole/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.4.3 pkgrel=0 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP." url="https://pecl.php.net/package/swoole" -arch="all" +arch="all !ppc64le !s390x" # Fails to build license="Apache-2.0" depends="php7-openssl php7-sockets" makedepends="php7-dev autoconf re2c openssl-dev nghttp2-dev" |