aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-swoole
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-01-06 19:08:26 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-01-06 19:08:26 +0200
commit74030a5b4a6eb31a1363bc218feb3ae4da287bfc (patch)
tree4cb58ae9cdae115c6e6e8a02e187681dab6c1627 /testing/php7-pecl-swoole
parentc696f9689ce5eb10bf27b07eb91be07bc7fcc31b (diff)
downloadaports-74030a5b4a6eb31a1363bc218feb3ae4da287bfc.tar.bz2
aports-74030a5b4a6eb31a1363bc218feb3ae4da287bfc.tar.xz
testing/php7-pecl-swoole: disable everywhere except x86-64
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 12736c1c7c..bb543d02dc 100644
--- a/testing/php7-pecl-swoole/APKBUILD
+++ b/testing/php7-pecl-swoole/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.2.12
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="x86_64" https://github.com/swoole/swoole-src/issues/2181
license="Apache-2.0"
depends="php7-openssl php7-sockets"
makedepends="php7-dev autoconf re2c openssl-dev nghttp2-dev"