]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: same issue in HTTP2 test runner with cache APR build
authorStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 14:04:59 +0000 (14:04 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 14:04:59 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910168 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index bc4d65942b3cfa9a9f47f9d696e8fca0f85bbd51..23214f56fbde0f33a060c3c585189f91981e6ca0 100755 (executable)
@@ -71,6 +71,11 @@ function install_apx() {
     # Blow away the cached install root if the cached install is stale
     # or doesn't match the expected configuration.
     grep -q "${version} ${revision} ${config} CC=$CC" ${HOME}/root/.key-${name} || rm -rf ${prefix}
+    # TEST_H2 APR cache seems to be broken, do not use.
+    # Unknown why this happens on this CI job only and how to fix it
+    if test -v TEST_H2; then
+      rm -rf ${prefix}
+    fi
 
     if test -d ${prefix}; then
         return 0