community/php7-pecl-msgpack: disable on armv7 due to test failures

This commit is contained in:
Natanael Copa 2019-01-07 13:50:56 +00:00
parent e21863f1b1
commit e59e2abc0e

View File

@ -6,7 +6,7 @@ pkgver=2.0.3
pkgrel=1 pkgrel=1
pkgdesc="PHP extension provides API for communicating with MessagePack serialization - PECL" pkgdesc="PHP extension provides API for communicating with MessagePack serialization - PECL"
url="https://pecl.php.net/package/msgpack" url="https://pecl.php.net/package/msgpack"
arch="all" arch="all !armv7" # tests fails on armv7
license="PHP" license="PHP"
depends="php7-session php7-sockets" depends="php7-session php7-sockets"
makedepends="php7-dev autoconf re2c" makedepends="php7-dev autoconf re2c"