summaryrefslogtreecommitdiff
path: root/scripts/ci-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove libev fdevent option (ignore)Glenn Strauss2022-12-031-3/+2
| | | | lighttpd directly uses native OS event handlers
* [ci] add cmake-asan build typeStefan Bühler2022-01-061-1/+7
|
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-6/+4
| | | | | x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
* [build] CI builds now use make -j 2Glenn Strauss2021-12-101-5/+5
|
* [build] CI builds now use pcre2 (upgrade pcre)Glenn Strauss2021-11-231-3/+4
| | | | pcre2 is current. pcre is no longer maintained.
* build] scripts/ci-build.sh remove --with-maxminddbGlenn Strauss2021-01-161-3/+0
| | | | | remove --with-maxminddb; maxminddb libs not currently part of our FreeBSD build images
* [build] scripts/ci-build.sh add --with-maxminddbGlenn Strauss2021-01-161-0/+3
|
* [build] scripts/ci-build.sh adjustmentsGlenn Strauss2021-01-161-2/+0
| | | | remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img
* [build] scripts/ci-build.sh adjustmentsGlenn Strauss2021-01-161-5/+3
| | | | | 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
* [build] scripts/ci-build.sh w/o --with-wolfsslGlenn Strauss2021-01-161-3/+1
| | | | | WolfSSL is not generally available in *BSD due to WolfSSL limitations. (Might be revisited with the Dec 2020 release of WolfSSL 4.6.0)
* [build] scripts/ci-build.sh --with-nettleGlenn Strauss2021-01-161-0/+3
|
* [build] update scripts/ci-build.shGlenn Strauss2021-01-161-13/+26
| | | | | | | | | | * remove use of deprecated or obsolete packages on Linux, *BSD builds --with-attr --with-fam --with-geoip * add zstd --with-zstd * add multiple TLS options to build --with-gnutls --with-mbedtls --with-nss --with-openssl --with-wolfssl (leave one TLS option (openssl) for SCons static build)
* [build] add --with-brotli to CI buildGlenn Strauss2020-08-021-5/+8
| | | | (thx stbuehler)
* move ci-build.sh to scriptsStefan Bühler2020-07-211-0/+82