From 79e21b4ff5a22267c6ef30df8494cfd7780fd483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Mon, 15 Nov 2021 12:35:26 +0000 Subject: [PATCH] Do not define DEBUGINFOD_URLS directly. 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 | 2 -- 1 file changed, 2 deletions(-) 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: