aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
diff options
context:
space:
mode:
authorMike Sullivan <mksully@us.ibm.com>2018-02-06 21:07:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-07 01:09:24 +0000
commit5cd3df11953a4cc797f21b0fd5bd54960b7c768e (patch)
treee6f936c04e18048776f4090c554d56b9497e191f /community/php7
parent70f8e8c1d52e026fd1358c76711c0428becbad31 (diff)
downloadaports-5cd3df11953a4cc797f21b0fd5bd54960b7c768e.tar.bz2
aports-5cd3df11953a4cc797f21b0fd5bd54960b7c768e.tar.xz
community/php7: allow build to finish after proc_nice test has permission warnings
Diffstat (limited to 'community/php7')
-rw-r--r--community/php7/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index d21890ef7a..5173de0dbf 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -378,7 +378,7 @@ check() {
# Ignore it for now and continue build even on test failures.
local allow_fail='no'
case "$CARCH" in
- x86 | armhf | aarch64) allow_fail='yes'
+ x86 | armhf | aarch64 | ppc64le) allow_fail='yes'
esac
NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \