]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10472 Enable SASL tests in CI
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 24 Mar 2026 15:14:07 +0000 (15:14 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 1 May 2026 15:13:53 +0000 (15:13 +0000)
.gitlab-ci.yml

index f3bb8fb67c4e89375ef8b1b6e63bfcb81f2c3a28..475556baedd396a118e01c0c9cdc50af45fa88ae 100644 (file)
@@ -39,6 +39,7 @@ build-openssl-heimdal-lloadd:
     - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building"
     - make
     - ulimit -n 4096 # back-monitor takes a while scanning a long connections array
+    - export SLAPD_USE_SASL=yes
     - SLAPD_COMMON_WRAPPER=gdb make test
   artifacts:
     name: testdir
@@ -64,6 +65,7 @@ build-gnutls-mit-standalone-lloadd:
     - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building"
     - make
     - ulimit -n 4096 # back-monitor takes a while scanning a long connections array
+    - export SLAPD_USE_SASL=yes
     - SLAPD_COMMON_WRAPPER=gdb make test
   artifacts:
     name: testdir
@@ -90,6 +92,7 @@ build-mbedtls-mit-lloadd:
     - echo "$(date -u -d "now - $STARTTIME sec" +%T) Building"
     - make
     - ulimit -n 4096 # back-monitor takes a while scanning a long connections array
+    - export SLAPD_USE_SASL=yes
     - SLAPD_COMMON_WRAPPER=gdb make test
   artifacts:
     name: testdir