]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Do not define DEBUGINFOD_URLS directly.
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 15 Nov 2021 12:35:26 +0000 (12:35 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 7 Feb 2022 17:02:54 +0000 (17:02 +0000)
We're retaining the core file now and starting with bullseye, gdb takes
a long time to retrieve all symbols on startup which messes with tests.

.gitlab-ci.yml

index 4b37016561efea6c3064bb4229834e326fcd49b7..913d32b61b62e426d8daa27882b7ea7f3d5acf3e 100644 (file)
@@ -32,7 +32,6 @@ build-openssl-heimdal-lloadd:
     - ../configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --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 --disable-ndb --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: