Skip to content
Snippets Groups Projects
Commit eaf7f88a authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Temporarily disable asyncmeta until deadlock is fixed

parent e557c696
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ build:
- 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
- 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
- ulimit -n 4096 # back-monitor takes a while scanning a long connections array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment