aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-16 22:56:41 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-16 22:56:41 +0000
commitcdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089 (patch)
treeccb7f2a880b18e0ca9ea115f9b6de381814018ee /community/php7
parentf56ea981a272b3acb2dd755fade6a80e692bac71 (diff)
downloadaports-cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089.tar.bz2
aports-cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089.tar.xz
community/php7: disable some tests on armv7
Diffstat (limited to 'community/php7')
-rw-r--r--community/php7/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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 \