summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-02-29 14:30:50 +0100
committerJoe Orton <jorton@apache.org>2024-02-29 14:30:50 +0100
commit3b6f3ae781fa0f52c46780f96a90463348c592ad (patch)
treeba0e5cbe14e12053c87362dcdaca4aec9c1c1390 /.github/workflows
parentCI: Enable caching for the rustls install used for mod_tls testing. (diff)
downloadapache2-3b6f3ae781fa0f52c46780f96a90463348c592ad.tar.xz
apache2-3b6f3ae781fa0f52c46780f96a90463348c592ad.zip
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d4b2579965..0f4065253f 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