Skip to content

Commit

Permalink
Merge r1913016 from trunk: [RTC exception for CI changes]
Browse files Browse the repository at this point in the history
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
  • Loading branch information
notroj committed Oct 16, 2023
1 parent 3c6caeb commit c110bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c110bc6

Please sign in to comment.