]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Work around caching issue for CI builds with both apr&apr-util
authorJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 12:05:35 +0000 (12:05 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 16 Oct 2023 12:05:35 +0000 (12:05 +0000)
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

index beb84c0fdc37d217aed55de9c8052cd72d8cc1aa..7bbb742987db3e8d4361e4914edb8faafeb30bab 100644 (file)
@@ -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