[build] scripts/ci-build.sh adjustments
remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld imgpersonal/stbuehler/tests-path
parent
2c875a649d
commit
f23be1a116
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue