Skip to content

Commit c1f5bc3

Browse files
committed
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 (cherry picked from commit 3b6f3ae)
1 parent 1abba55 commit c1f5bc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
APR_VERSION=1.7.4
8181
APU_VERSION=1.6.3
8282
APU_CONFIG="--with-crypto --with-ldap"
83-
CLEAR_CACHE=1
8483
# -------------------------------------------------------------------------
8584
- name: APR 1.8.x, APR-util 1.7.x
8685
config: --enable-mods-shared=reallyall
@@ -151,7 +150,6 @@ jobs:
151150
TEST_LDAP=1
152151
TEST_ARGS="-defines LDAP"
153152
TESTS="t/modules/"
154-
CLEAR_CACHE=1
155153
# -------------------------------------------------------------------------
156154
- name: APR trunk thread debugging
157155
config: --enable-mods-shared=reallyall --with-mpm=event

0 commit comments

Comments
 (0)