From 5cd3df11953a4cc797f21b0fd5bd54960b7c768e Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Tue, 6 Feb 2018 21:07:02 +0000 Subject: community/php7: allow build to finish after proc_nice test has permission warnings --- community/php7/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/php7') 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 \ -- cgit v1.2.3