From: Ondřej Kuzník Date: Thu, 25 Mar 2021 09:20:38 +0000 (+0000) Subject: Enable Debian's debuginfod X-Git-Tag: OPENLDAP_REL_ENG_2_5_3BETA~3^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8fb375ef058268d720f289b7c2f32bb7d06dba4;p=thirdparty%2Fopenldap.git Enable Debian's debuginfod --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ea33be71c..a7286a5839 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: