]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Enable Debian's debuginfod
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 25 Mar 2021 09:20:38 +0000 (09:20 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 25 Mar 2021 22:16:10 +0000 (22:16 +0000)
.gitlab-ci.yml

index 6ea33be71cbb9bb376c6695d454357d05862d523..a7286a58392764cbcb9e806b3f29cf57fc60bbaa 100644 (file)
@@ -28,6 +28,7 @@ build-openssl-heimdal-lloadd:
     - ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --enable-balancer=mod
     - 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:
@@ -46,6 +47,7 @@ build-gnutls-mit-standalone-lloadd:
     - ./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --enable-balancer=yes
     - 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: