diff options
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 \ |