From: Joe Orton Date: Tue, 4 Aug 2026 15:22:47 +0000 (+0000) Subject: * .github/workflows/linux.yml: Add APR 1.7.x, APR-util 1.6.x job. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c79d304343dc1f80c55ffdbd8f01d5280abd2e8;p=thirdparty%2Fapache%2Fhttpd.git * .github/workflows/linux.yml: Add APR 1.7.x, APR-util 1.6.x job. Assisted-by: Claude Sonnet 5 GitHub: PR #701 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8e63870a1d..38d9af194e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -110,6 +110,14 @@ jobs: TEST_ARGS="-defines LDAP" TESTS="t/modules/" # ------------------------------------------------------------------------- + - name: APR 1.7.x, APR-util 1.6.x + config: --enable-mods-shared=reallyall + env: | + APR_VERSION=1.7.x + APU_VERSION=1.6.x + APU_CONFIG="--with-crypto --with-ldap" + CLEAR_CACHE=1 + # ------------------------------------------------------------------------- - name: APR 1.8.x, APR-util 1.7.x config: --enable-mods-shared=reallyall env: |