summaryrefslogtreecommitdiff
path: root/scripts/ci-build.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 16:53:02 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 16:53:02 -0500
commitf23be1a116a3e62cf22282da117d3d098edc9f4c (patch)
tree3d76ee047ea56a7d1c240dba69de6743c48f26fb /scripts/ci-build.sh
parent2c875a649d957bbc1098cd1c8edcdcd159ac1cd0 (diff)
downloadlighttpd-git-f23be1a116a3e62cf22282da117d3d098edc9f4c.tar.gz
[build] scripts/ci-build.sh adjustments
remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img
Diffstat (limited to 'scripts/ci-build.sh')
-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 \