summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 2fd8e1cb..610ccbaa 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -47,8 +47,7 @@ case "${build}" in
--with-gnutls \
--with-mbedtls \
--with-nss \
- --with-openssl \
- --with-wolfssl
+ --with-openssl
make
make check
;;
@@ -75,7 +74,6 @@ case "${build}" in
-DWITH_NETTLE=ON \
-DWITH_NSS=ON \
-DWITH_OPENSSL=ON \
- -DWITH_WOLFSSL=ON \
-DWITH_WEBDAV_LOCKS=ON \
-DWITH_WEBDAV_PROPS=ON \
..