From 72aeac5f5ad519cd1bf447e512208ad60afae842 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 16 Oct 2023 12:05:35 +0000 Subject: [PATCH] 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/trunk@1913016 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index beb84c0fdc3..7bbb742987d 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 @@ -159,6 +160,7 @@ jobs: TEST_LDAP=1 TEST_ARGS="-defines LDAP" TESTS="t/modules/" + CLEAR_CACHE=1 # ------------------------------------------------------------------------- ### TODO: if: *condition_not_24x - name: APR trunk thread debugging