diff options
author | Mike Sullivan <mksully@us.ibm.com> | 2018-02-06 21:07:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-07 01:09:24 +0000 |
commit | 5cd3df11953a4cc797f21b0fd5bd54960b7c768e (patch) | |
tree | e6f936c04e18048776f4090c554d56b9497e191f /community | |
parent | 70f8e8c1d52e026fd1358c76711c0428becbad31 (diff) | |
download | aports-5cd3df11953a4cc797f21b0fd5bd54960b7c768e.tar.bz2 aports-5cd3df11953a4cc797f21b0fd5bd54960b7c768e.tar.xz |
community/php7: allow build to finish after proc_nice test has permission warnings
Diffstat (limited to 'community')
-rw-r--r-- | community/php7/APKBUILD | 2 |
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 \ |