summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index ffc08f54..0d990b79 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -45,7 +45,6 @@ case "${build}" in
--with-krb5 --with-sasl \
--with-nettle \
--with-gnutls \
- --with-mbedtls \
--with-openssl
make
make check
@@ -69,7 +68,6 @@ case "${build}" in
-DWITH_MYSQL=ON \
-DWITH_PGSQL=ON \
-DWITH_GNUTLS=ON \
- -DWITH_MBEDTLS=ON \
-DWITH_NETTLE=ON \
-DWITH_OPENSSL=ON \
-DWITH_WEBDAV_LOCKS=ON \