Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
3dd0d77d
Commit
3dd0d77d
authored
Apr 14, 2020
by
Isaac Boukris
Browse files
gitlab: add krb5 packages for gssapi tests and a second build
parent
8e3e85e3
Pipeline
#197
passed with stage
in 52 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3dd0d77d
stages
:
-
build
build
:
build
1
:
stage
:
build
script
:
-
apt update
-
apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev
-
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
-
autoreconf
-
./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --disable-asyncmeta
-
make depend
...
...
@@ -18,3 +18,21 @@ build:
expire_in
:
'
1
week'
paths
:
-
tests/testrun/
build2
:
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
-
autoreconf
-
./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --disable-asyncmeta
-
make depend
-
make
-
ulimit -n
4096
# back-monitor takes a while scanning a long connections array
-
make test
artifacts
:
name
:
testdir
when
:
on_failure
expire_in
:
'
1
week'
paths
:
-
tests/testrun/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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