From cbb07fe2dfc6865665b445936a06fcd414cbbc51 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 7 Feb 2018 07:33:40 +0000 Subject: community/php7: disable checks on ppc64le ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Test for blowfish compatibility [ext/mcrypt/tests/blowfish.phpt] OO API [ext/tidy/tests/020.phpt] getConfig() method - basic test for getConfig() [ext/tidy/tests/030.phpt] ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled [ext/curl/tests/bug65646.phpt] OO API [ext/tidy/tests/020.phpt] getConfig() method - basic test for getConfig() [ext/tidy/tests/030.phpt] ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Test for bug 52013 about Phar::decompressFiles(). [ext/phar/tests/bug52013.phpt] Phar: test readfile() interception [ext/phar/tests/readfile.phpt] OO API [ext/tidy/tests/020.phpt] getConfig() method - basic test for getConfig() [ext/tidy/tests/030.phpt] ===================================================================== --- community/php7/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 32d8744df7..4d72763cc4 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -20,7 +20,7 @@ pkgname=php7 _pkgreal=php pkgver=7.1.13 -pkgrel=0 +pkgrel=1 _apiver=20160303 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -168,9 +168,11 @@ done subpackages="$subpackages $pkgname-common::noarch" # FIXME: tests fails on s390x and x86_64 +# ppc64le fails everytime with different checks case "$CARCH" in x86_64) options="$options !check";; s390x) options="$options !check";; +ppc64le) options="$options !check";; esac # secfixes: -- cgit v1.2.3