summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 95901d6e..7e9bd948 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -19,8 +19,8 @@ case "${build}" in
--with-dbi --with-mysql --with-pgsql \
--with-ldap --with-pcre2 \
--with-zlib --with-zstd --with-brotli --with-bzip2 \
- --with-webdav-props --with-webdav-locks --with-gdbm \
- --with-memcached --with-lua --with-libev --with-libunwind \
+ --with-webdav-props --with-webdav-locks \
+ --with-lua --with-libev --with-libunwind \
--with-krb5 \
--with-nettle \
--with-gnutls \
@@ -40,8 +40,8 @@ case "${build}" in
--with-dbi --with-mysql --with-pgsql \
--with-ldap --with-pcre2 \
--with-zlib --with-zstd --with-brotli --with-bzip2 \
- --with-webdav-props --with-webdav-locks --with-gdbm \
- --with-memcached --with-lua --with-libev --with-libunwind \
+ --with-webdav-props --with-webdav-locks \
+ --with-lua --with-libev --with-libunwind \
--with-krb5 --with-sasl \
--with-nettle \
--with-gnutls \
@@ -59,12 +59,10 @@ case "${build}" in
-DWITH_ZSTD=ON \
-DWITH_BROTLI=ON \
-DWITH_BZIP=ON \
- -DWITH_GDBM=ON \
-DWITH_LDAP=ON \
-DWITH_LIBEV=ON \
-DWITH_LIBUNWIND=ON \
-DWITH_LUA=ON \
- -DWITH_MEMCACHED=ON \
-DWITH_DBI=ON \
-DWITH_MYSQL=ON \
-DWITH_PGSQL=ON \