]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1913016 from trunk: [RTC exception for CI changes]
authorJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 12:06:54 +0000 (12:06 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 12:06:54 +0000 (12:06 +0000)
Work around caching issue for CI builds with both apr&apr-util
built from source.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913017 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 7bab6fe59502c80cf9025452d9464ca6eca6d793..17261b48fa516740de5357df50d8e342da408ad3 100644 (file)
@@ -80,6 +80,7 @@ jobs:
               APR_VERSION=1.7.4
               APU_VERSION=1.6.3
               APU_CONFIG="--with-crypto --with-ldap"
+              CLEAR_CACHE=1
           # -------------------------------------------------------------------------
           - name: APR 1.8.x, APR-util 1.7.x
             config: --enable-mods-shared=reallyall
@@ -150,6 +151,7 @@ jobs:
               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