From cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 16 Nov 2018 22:56:41 +0000 Subject: community/php7: disable some tests on armv7 --- community/php7/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index b4291af2b1..9d9d129b14 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 | armhf | aarch64 | ppc64le) allow_fail='yes' + x86 | arm* | aarch64 | ppc64le) allow_fail='yes' esac NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \ -- cgit v1.2.3