mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Enable Debian's debuginfod
This commit is contained in:
parent
109d967ff2
commit
d8fb375ef0
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ build-openssl-heimdal-lloadd:
|
||||||
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --enable-balancer=mod
|
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --enable-balancer=mod
|
||||||
- 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:
|
||||||
|
|
@ -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
|
- ./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --enable-balancer=yes
|
||||||
- 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