]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Re-enable caching for *fixed* versions of apr/apr-util which
authorJoe Orton <jorton@apache.org>
Thu, 29 Feb 2024 13:30:50 +0000 (13:30 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 29 Feb 2024 13:30:50 +0000 (13:30 +0000)
should now work correctly (since the version is in the cache key).
For 1.x branches, CLEAR_CACHE must still be used. [skip ci]

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

.github/workflows/linux.yml

index d4b2579965461654ad7dfb8137bbdbcc524d6881..0f4065253f69d3d59a8e2cd1e783147251031e7e 100644 (file)
@@ -80,7 +80,6 @@ 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
@@ -169,7 +168,6 @@ jobs:
               TEST_LDAP=1
               TEST_ARGS="-defines LDAP"
               TESTS="t/modules/"
-              CLEAR_CACHE=1
           # -------------------------------------------------------------------------
           ### TODO: if: *condition_not_24x
           - name: APR trunk thread debugging