testing/php7-pdlib, testing/php8-pdlib: disable checks on s390x

This commit is contained in:
Nicolas Lorin 2022-03-20 12:01:52 +01:00 committed by alice
parent bb51292986
commit 6ee9bb87bc
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,9 @@ makedepends="php7-dev pkgconf php7-bz2"
source="php-$_extname-$pkgver.tar.gz::https://github.com/goodspb/$_extname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_extname-$pkgver"
#disable check on s390x as Frontal face detection failling
[ "$CARCH" = "s390x" ] && options="!check"
build() {
phpize7
./configure --prefix=/usr --with-php-config=php-config7

View File

@ -14,6 +14,9 @@ source="php-$_extname-$pkgver.tar.gz::https://github.com/goodspb/$_extname/archi
https://github.com/goodspb/pdlib/commit/a31d3bc709321b784ecd93c983b476a0a298bfa0.patch"
builddir="$srcdir/$_extname-$pkgver"
#disable check on s390x as Frontal face detection failling
[ "$CARCH" = "s390x" ] && options="!check"
build() {
phpize8
./configure --prefix=/usr --with-php-config=php-config8