diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e152b047c..e7c92efb2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ build-openssl-heimdal-lloadd: - ../configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --enable-balancer=mod --enable-argon2 --with-systemd - make depend - make - - export DEBUGINFOD_URLS="${DEBUGINFOD_URLS-https://debuginfod.debian.net}" - ulimit -n 4096 # back-monitor takes a while scanning a long connections array - SLAPD_COMMON_WRAPPER=gdb make test artifacts: @@ -54,7 +53,6 @@ build-gnutls-mit-standalone-lloadd: - ../configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --enable-balancer=yes --enable-argon2 --with-systemd - make depend - make - - export DEBUGINFOD_URLS="${DEBUGINFOD_URLS-https://debuginfod.debian.net}" - ulimit -n 4096 # back-monitor takes a while scanning a long connections array - SLAPD_COMMON_WRAPPER=gdb make test artifacts: