summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 16:08:00 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 16:09:08 -0500
commitf0b74faa45bd9d5afbb94c852ab71a21b4f8529b (patch)
tree6dd68dfb46a5649f820eb2a3f72c876c80988451 /scripts
parent73cace9401c9d0145c891dec31da1984c4ed382a (diff)
downloadlighttpd-git-f0b74faa45bd9d5afbb94c852ab71a21b4f8529b.tar.gz
[build] scripts/ci-build.sh adjustments
remove --with-nss; nss libs not currently part of our FreeBSD build img remove with_zstd=yes from SCons build, due to dependency on libpthread
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 610ccbaa..ffc08f54 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -46,7 +46,6 @@ case "${build}" in
--with-nettle \
--with-gnutls \
--with-mbedtls \
- --with-nss \
--with-openssl
make
make check
@@ -72,7 +71,6 @@ case "${build}" in
-DWITH_GNUTLS=ON \
-DWITH_MBEDTLS=ON \
-DWITH_NETTLE=ON \
- -DWITH_NSS=ON \
-DWITH_OPENSSL=ON \
-DWITH_WEBDAV_LOCKS=ON \
-DWITH_WEBDAV_PROPS=ON \
@@ -88,9 +86,9 @@ case "${build}" in
export LIBS="-ldl"
;;
esac
- # scons with_zlib=yes with_zstd=yes with_brotli=yes with_bzip2=yes with_openssl=yes -k check_fullstatic
- # scons with_zlib=yes with_zstd=yes with_brotli=yes with_bzip2=yes with_openssl=yes with_memcached=yes -k check_static check_dynamic
- scons with_zlib=yes with_zstd=yes with_brotli=yes with_bzip2=yes with_openssl=yes -k check_fullstatic check_static check_dynamic
+ # scons with_zlib=yes with_brotli=yes with_bzip2=yes with_openssl=yes -k check_fullstatic
+ # scons with_zlib=yes with_brotli=yes with_bzip2=yes with_openssl=yes with_memcached=yes -k check_static check_dynamic
+ scons with_zlib=yes with_brotli=yes with_bzip2=yes with_openssl=yes -k check_fullstatic check_static check_dynamic
;;
*)
echo >&2 "Unknown build system: ${build}"