Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
c369df94
Commit
c369df94
authored
Feb 22, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Feb 26, 2021
Browse files
Enable gdb wrapper for CI
parent
e051eb28
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c369df94
...
...
@@ -23,13 +23,13 @@ build-openssl-heimdal-lloadd:
stage
:
build
script
:
-
apt update
-
DEBIAN_FRONTEND=noninteractive apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev heimdal-kdc libsasl2-modules-gssapi-heimdal sasl2-bin libevent-dev
-
DEBIAN_FRONTEND=noninteractive apt install -y build-essential
python3 gdb procps
pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev heimdal-kdc libsasl2-modules-gssapi-heimdal sasl2-bin libevent-dev
-
autoreconf
-
./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --enable-balancer=mod --disable-asyncmeta
-
make depend
-
make
-
ulimit -n
4096
# back-monitor takes a while scanning a long connections array
-
make test
-
SLAPD_COMMON_WRAPPER=gdb
make test
artifacts
:
name
:
testdir
when
:
on_failure
...
...
@@ -41,13 +41,13 @@ build-gnutls-mit-standalone-lloadd:
stage
:
build
script
:
-
apt update
-
DEBIAN_FRONTEND=noninteractive apt install -y build-essential pkg-config automake libsasl2-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev krb5-user krb5-kdc krb5-admin-server libsasl2-modules-gssapi-mit sasl2-bin libgnutls28-dev libevent-dev
-
DEBIAN_FRONTEND=noninteractive apt install -y build-essential
python3 gdb procps
pkg-config automake libsasl2-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev krb5-user krb5-kdc krb5-admin-server libsasl2-modules-gssapi-mit sasl2-bin libgnutls28-dev libevent-dev
-
autoreconf
-
./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --enable-balancer=yes --disable-asyncmeta
-
make depend
-
make
-
ulimit -n
4096
# back-monitor takes a while scanning a long connections array
-
make test
-
SLAPD_COMMON_WRAPPER=gdb
make test
artifacts
:
name
:
testdir
when
:
on_failure
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment