[build] scripts/ci-build.sh adjustments

remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img
personal/stbuehler/tests-path
Glenn Strauss 2021-01-16 16:53:02 -05:00
parent 2c875a649d
commit f23be1a116
1 changed files with 0 additions and 2 deletions

View File

@ -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 \