From: Joe Orton Date: Mon, 16 Oct 2023 12:06:54 +0000 (+0000) Subject: Merge r1913016 from trunk: [RTC exception for CI changes] X-Git-Tag: 2.4.58-rc2-candidate~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c110bc6cdc770d8ed601929c3b476629c4b3be32;p=thirdparty%2Fapache%2Fhttpd.git Merge r1913016 from trunk: [RTC exception for CI changes] 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7bab6fe5950..17261b48fa5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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