Skip to content

Commit

Permalink
Explicitly enable all our database backends in CI
Browse files Browse the repository at this point in the history
BDBD, LMDB and SQLite were already implicitly enabled via build
dependencies, but NDB build has not been enabled at all.
Came up when discussing read-only BDB in #980.
  • Loading branch information
pmatilai committed Jan 8, 2020
1 parent 5eb7be6 commit 5322cdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ RUN ./configure \
--with-acl \
--with-lua \
--with-audit \
--enable-bdb \
--enable-ndb \
--enable-lmdb \
--enable-sqlite \
--enable-python \
--enable-silent-rules \
--enable-werror
Expand Down

0 comments on commit 5322cdb

Please sign in to comment.