X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 299915C5C87 for ; Fri, 30 Nov 2018 11:05:20 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 8829360A9A for ; Fri, 30 Nov 2018 14:05:19 +0300 (MSK) From: alpine-mips-patches Date: Fri, 30 Nov 2018 10:36:49 +0000 Subject: [alpine-aports] [PATCH] community/php7: tolerate test failures on mips* To: alpine-aports@lists.alpinelinux.org Message-Id: <20181130110519.8829360A9A@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- 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 ---