From d8fb375ef058268d720f289b7c2f32bb7d06dba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= <ondra@mistotebe.net> Date: Thu, 25 Mar 2021 09:20:38 +0000 Subject: [PATCH] Enable Debian's debuginfod --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- GitLab