- name: Linux Ubuntu, Shared MPMs (prefork), pool-debug, SSL/TLS variants
env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
- CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=prefork --disable-http2"
+ CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=prefork"
TEST_MALLOC=1 TEST_SSL=1
CLEAR_CACHE=1
# -------------------------------------------------------------------------
CONFIG="--enable-mods-shared=reallyall --disable-http2"
TEST_UBSAN=1
# -------------------------------------------------------------------------
- - if: *condition_not_24x
name: Linux Ubuntu Focal, ASan
dist: focal
env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer"
TEST_ASAN=1
CLEAR_CACHE=1
# -------------------------------------------------------------------------
- - if: *condition_not_24x
name: Linux Ubuntu Focal, ASan, pool-debug
dist: focal
env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer"