~alpine/aports

[alpine-aports] [PATCH] community/php7: tolerate test failures on mips*

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181130110519.8829360A9A@mx12.valuehost.ru>
Sender timestamp
1543574209
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 community/php7/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index 9d9d129b14..463f0df82e 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 \
-- 
2.19.2




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)