svn commit: r1936874 - httpd/httpd/trunk/.github/workflows
[email protected] Tue, 04 Aug 2026 15:22:15 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178585693509.2284941.6740966652367877725@svn03-he-fi> |
Author: jorton Date: Tue Aug 4 15:22:14 2026 New Revision: 1936874 Log: * .github/workflows/linux.yml: Group the APR/APR-util version-variant jobs together. No functional change. [skip ci] Assisted-by: Claude Sonnet 5 <[email protected]> GitHub: PR #701 Modified: httpd/httpd/trunk/.github/workflows/linux.yml Modified: httpd/httpd/trunk/.github/workflows/linux.yml ============================================================================== --- httpd/httpd/trunk/.github/workflows/linux.yml Tue Aug 4 15:21:02 2026 (r1936873) +++ httpd/httpd/trunk/.github/workflows/linux.yml Tue Aug 4 15:22:14 2026 (r1936874) @@ -98,6 +98,18 @@ jobs: 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: | @@ -106,6 +118,25 @@ jobs: 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: | @@ -174,38 +205,6 @@ jobs: 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