mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
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.
This commit is contained in:
parent
788e9592ba
commit
79e21b4ff5
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
- ../configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --enable-balancer=mod --enable-argon2 --with-systemd
|
||||||
- make depend
|
- make depend
|
||||||
- make
|
- make
|
||||||
- export DEBUGINFOD_URLS="${DEBUGINFOD_URLS-https://debuginfod.debian.net}"
|
|
||||||
- ulimit -n 4096 # back-monitor takes a while scanning a long connections array
|
- ulimit -n 4096 # back-monitor takes a while scanning a long connections array
|
||||||
- SLAPD_COMMON_WRAPPER=gdb make test
|
- SLAPD_COMMON_WRAPPER=gdb make test
|
||||||
artifacts:
|
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
|
- ../configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --enable-balancer=yes --enable-argon2 --with-systemd
|
||||||
- make depend
|
- make depend
|
||||||
- make
|
- make
|
||||||
- export DEBUGINFOD_URLS="${DEBUGINFOD_URLS-https://debuginfod.debian.net}"
|
|
||||||
- ulimit -n 4096 # back-monitor takes a while scanning a long connections array
|
- ulimit -n 4096 # back-monitor takes a while scanning a long connections array
|
||||||
- SLAPD_COMMON_WRAPPER=gdb make test
|
- SLAPD_COMMON_WRAPPER=gdb make test
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue