diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-05-21 14:24:19 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-05-21 14:24:19 -0600 |
commit | 5d6e41bc92e1738fd88c2833d97978237f1acd92 (patch) | |
tree | 347051471d507be5390b41d7a451188af50815c2 /main/openldap/APKBUILD | |
parent | 5ad8ec03dd3e22a9f095827ff9c74e6cb55ae3d7 (diff) | |
download | aports-5d6e41bc92e1738fd88c2833d97978237f1acd92.zip |
main/openldap: disable tests on aarch64 due to hangs
Diffstat (limited to 'main/openldap/APKBUILD')
-rw-r--r-- | main/openldap/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD index 9771d83804a..f3c1be89eb2 100644 --- a/main/openldap/APKBUILD +++ b/main/openldap/APKBUILD @@ -94,6 +94,9 @@ do _overlays="$_overlays $pkgname-overlay-$_name" done +# Some tests hang on aarch64 +[ "$CARCH" = "aarch64" ] && options="!check" + prepare() { default_prepare |