summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-10-16 14:05:35 +0200
committerJoe Orton <jorton@apache.org>2023-10-16 14:05:35 +0200
commit72aeac5f5ad519cd1bf447e512208ad60afae842 (patch)
tree044f799ceb7aafd084e182bbc65283b17f9d3e32 /.github/workflows/linux.yml
parent* modules/http2: Fill in APLOGNO. (diff)
downloadapache2-72aeac5f5ad519cd1bf447e512208ad60afae842.tar.xz
apache2-72aeac5f5ad519cd1bf447e512208ad60afae842.zip
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
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index beb84c0fdc..7bbb742987 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