diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-16 22:56:41 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-16 22:56:41 +0000 |
commit | cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089 (patch) | |
tree | ccb7f2a880b18e0ca9ea115f9b6de381814018ee | |
parent | f56ea981a272b3acb2dd755fade6a80e692bac71 (diff) | |
download | aports-cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089.tar.bz2 aports-cdc7c4b5b1e2b4e24fce7fc6b6d97a741d320089.tar.xz |
community/php7: disable some tests on armv7
-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 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 \ |