aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-swoole
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-07-17 01:55:46 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-07-17 01:56:12 +0300
commit33c572f256610fbe0fb5c14e8a40c87598ab4fc5 (patch)
tree98f1b8ed90e204672613e1b0acfded8a47d49f24 /testing/php7-pecl-swoole
parent28bb49bcb7d9ba4b950996f97909ccce39cea91c (diff)
downloadaports-33c572f256610fbe0fb5c14e8a40c87598ab4fc5.tar.bz2
aports-33c572f256610fbe0fb5c14e8a40c87598ab4fc5.tar.xz
testing/php7-pecl-swoole: disable for s390x and ppc64le
Diffstat (limited to 'testing/php7-pecl-swoole')
-rw-r--r--testing/php7-pecl-swoole/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD
index a4810e339a..a3aa243c61 100644
--- a/testing/php7-pecl-swoole/APKBUILD
+++ b/testing/php7-pecl-swoole/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.4.1
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 !s390x !ppc64le" # https://github.com/swoole/swoole-src/issues/2692
license="Apache-2.0"
depends="php7-openssl php7-sockets"
makedepends="php7-dev autoconf re2c openssl-dev nghttp2-dev"