aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-02-07 07:33:40 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-02-07 07:34:52 +0000
commitcbb07fe2dfc6865665b445936a06fcd414cbbc51 (patch)
tree3c06ba97824fcdbea1cd138b7a69e2d144f6d94a /community/php7/APKBUILD
parent349402667681364bb94a729719cb87681a066b4c (diff)
downloadaports-cbb07fe2dfc6865665b445936a06fcd414cbbc51.tar.bz2
aports-cbb07fe2dfc6865665b445936a06fcd414cbbc51.tar.xz
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] =====================================================================
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r--community/php7/APKBUILD4
1 files changed, 3 insertions, 1 deletions
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: