]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* .github/workflows/linux.yml: Add APR 1.7.x, APR-util 1.6.x job. trunk trunk
authorJoe Orton <jorton@apache.org>
Tue, 4 Aug 2026 15:22:47 +0000 (15:22 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 4 Aug 2026 15:22:47 +0000 (15:22 +0000)
Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
GitHub: PR #701

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936875 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 8e63870a1ddefffa0af64e85d0d8a433811aeb98..38d9af194e5fae54b132b32cc28828f482ea8981 100644 (file)
@@ -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: |