APU_VERSION=1.6.3
APU_CONFIG="--with-crypto --with-ldap"
# -------------------------------------------------------------------------
+ - name: APR 1.7.6, APR-util 1.6.3, LDAP
+ config: --enable-mods-shared=reallyall
+ pkgs: ldap-utils
+ env: |
+ APR_VERSION=1.7.6
+ APU_VERSION=1.6.3
+ APU_CONFIG="--with-crypto --with-ldap"
+ TEST_MALLOC=1
+ TEST_LDAP=1
+ TEST_ARGS="-defines LDAP"
+ TESTS="t/modules/"
+ # -------------------------------------------------------------------------
- name: APR 1.8.x, APR-util 1.7.x
config: --enable-mods-shared=reallyall
env: |
APU_CONFIG="--with-crypto --with-ldap"
CLEAR_CACHE=1
# -------------------------------------------------------------------------
+ - name: APR 1.7.x, APR-util 1.7.x, LDAP
+ config: --enable-mods-shared=reallyall
+ pkgs: ldap-utils
+ env: |
+ APR_VERSION=1.7.x
+ APU_VERSION=1.7.x
+ APU_CONFIG="--with-crypto --with-ldap"
+ TEST_MALLOC=1
+ TEST_LDAP=1
+ TEST_ARGS="-defines LDAP"
+ TESTS="t/modules/"
+ CLEAR_CACHE=1
+ # -------------------------------------------------------------------------
+ - name: APR trunk thread debugging
+ config: --enable-mods-shared=reallyall --with-mpm=event
+ env: |
+ APR_VERSION=trunk
+ APR_CONFIG="--with-crypto --enable-thread-debug"
+ # -------------------------------------------------------------------------
- name: Pool-debug
config: --enable-mods-shared=reallyall
env: |
BUILDCONFIG="--with-regen-expr"
MFLAGS=
# -------------------------------------------------------------------------
- - name: APR 1.7.6, APR-util 1.6.3, LDAP
- config: --enable-mods-shared=reallyall
- pkgs: ldap-utils
- env: |
- APR_VERSION=1.7.6
- APU_VERSION=1.6.3
- APU_CONFIG="--with-crypto --with-ldap"
- TEST_MALLOC=1
- TEST_LDAP=1
- TEST_ARGS="-defines LDAP"
- TESTS="t/modules/"
- # -------------------------------------------------------------------------
- - name: APR 1.7.x, APR-util 1.7.x, LDAP
- config: --enable-mods-shared=reallyall
- pkgs: ldap-utils
- env: |
- APR_VERSION=1.7.x
- APU_VERSION=1.7.x
- APU_CONFIG="--with-crypto --with-ldap"
- TEST_MALLOC=1
- TEST_LDAP=1
- TEST_ARGS="-defines LDAP"
- TESTS="t/modules/"
- CLEAR_CACHE=1
- # -------------------------------------------------------------------------
- ### TODO: if: *condition_not_24x
- - name: APR trunk thread debugging
- config: --enable-mods-shared=reallyall --with-mpm=event
- env: |
- APR_VERSION=trunk
- APR_CONFIG="--with-crypto --enable-thread-debug"
- # -------------------------------------------------------------------------
- name: UBSan
notest-cflags: -fsanitize=undefined -fno-sanitize-recover=undefined
config: --enable-mods-shared=reallyall --disable-http2