diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-11-30 10:36:49 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-17 10:27:06 +0000 |
commit | c31675d0dbd9c422350b3795e07f55b16a538a70 (patch) | |
tree | 9dba79b59c63dd645f3d0cebbb549449a0bbced6 /community/php7 | |
parent | 07d605eef2a3873190300ee05c406f329da31b59 (diff) | |
download | aports-c31675d0dbd9c422350b3795e07f55b16a538a70.tar.bz2 aports-c31675d0dbd9c422350b3795e07f55b16a538a70.tar.xz |
community/php7: tolerate test failures on mips*
Diffstat (limited to 'community/php7')
-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 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 \ |