aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
diff options
context:
space:
mode:
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 41160b912d..235dc839b0 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 | arm* | aarch64 | ppc64le) allow_fail='yes'
+ x86 | arm* | aarch64 | ppc64le | mips*) allow_fail='yes'
esac
NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \