diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-08-24 22:35:12 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2020-08-24 22:35:12 +0200 |
commit | 2b752e965b59be53b1f06e245d07c9cb0365fa9b (patch) | |
tree | 7747437f0c8d9ec168af5c9a14d2035550279b5e | |
parent | 92c1a1e04078d885d41655c6f01e22fc1dabb2c3 (diff) |
main/openldap: exclude check() on armhf
-rw-r--r-- | main/openldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD index 6de5706e41e..c1a366c1236 100644 --- a/main/openldap/APKBUILD +++ b/main/openldap/APKBUILD @@ -147,7 +147,7 @@ build() { check() { # failing network tests on some platforms case "$CARCH" in - armv7|x86) ;; + arm*|x86) ;; *) make test ;; esac } |