aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/APKBUILD
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2018-11-30 10:36:49 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-17 10:27:06 +0000
commitc31675d0dbd9c422350b3795e07f55b16a538a70 (patch)
tree9dba79b59c63dd645f3d0cebbb549449a0bbced6 /community/php7/APKBUILD
parent07d605eef2a3873190300ee05c406f329da31b59 (diff)
downloadaports-c31675d0dbd9c422350b3795e07f55b16a538a70.tar.bz2
aports-c31675d0dbd9c422350b3795e07f55b16a538a70.tar.xz
community/php7: tolerate test failures on mips*
Diffstat (limited to 'community/php7/APKBUILD')
-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 \