From: Joe Orton Date: Thu, 29 Feb 2024 13:30:50 +0000 (+0000) Subject: CI: Re-enable caching for *fixed* versions of apr/apr-util which X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6f3ae781fa0f52c46780f96a90463348c592ad;p=thirdparty%2Fapache%2Fhttpd.git CI: Re-enable caching for *fixed* versions of apr/apr-util which 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d4b25799654..0f4065253f6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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