diff options
author | psykose <alice@ayaya.dev> | 2022-09-02 01:24:23 +0000 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-09-02 01:59:20 +0000 |
commit | b832d294c7b4467bd291c325473fb715b2d1788b (patch) | |
tree | b0f2c0fd835ef33f863dd8715fd3083cc68fcf3a /main/openldap/APKBUILD | |
parent | 0e82376cc586ecbe348dccb8af285a37d2fd2420 (diff) | |
download | aports-b832d294c7b4467bd291c325473fb715b2d1788b.zip |
main/openldap: disable check on s390x too
Diffstat (limited to 'main/openldap/APKBUILD')
-rw-r--r-- | main/openldap/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD index a352c9b7f06..add3f757880 100644 --- a/main/openldap/APKBUILD +++ b/main/openldap/APKBUILD @@ -160,7 +160,9 @@ _extra_modules=" # Some tests hang on aarch64 case "$CARCH" in - aarch64 | arm* | x86) options="!check" +s390x|aarch64|arm*|x86) + options="!check" + ;; esac prepare() { |