mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Temporarily disable asyncmeta until deadlock is fixed
This commit is contained in:
parent
e557c696a4
commit
eaf7f88a40
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ build:
|
||||||
- apt update
|
- 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
|
- apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb
|
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --disable-asyncmeta
|
||||||
- make depend
|
- make depend
|
||||||
- make
|
- make
|
||||||
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue