]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Re-enable asyncmeta in CI/CD
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 24 Feb 2021 23:25:37 +0000 (23:25 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 24 Feb 2021 23:25:37 +0000 (23:25 +0000)
.gitlab-ci.yml

index 05c25d311299c117ded4014470a1a8a77d8f492f..2599f0ea3f023c8ef7cd5cc783289e3b3e94a32b 100644 (file)
@@ -25,7 +25,7 @@ build-openssl-heimdal-lloadd:
     - 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
     - autoreconf
-    - ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --disable-asyncmeta --enable-balancer=mod
+    - ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --enable-balancer=mod
     - make depend
     - make
     - ulimit -n 4096 # back-monitor takes a while scanning a long connections array
@@ -43,7 +43,7 @@ build-gnutls-mit-standalone-lloadd:
     - 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
     - autoreconf
-    - ./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --disable-asyncmeta --enable-balancer=yes
+    - ./configure --enable-backends=mod --enable-overlays=mod --disable-autoca --enable-modules --enable-dynamic --disable-ndb --enable-balancer=yes
     - make depend
     - make
     - ulimit -n 4096 # back-monitor takes a while scanning a long connections array