From ff424779a56ee6b69575efcc50fd414bc3fcb06a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 1 Jun 2023 13:01:28 +0000 Subject: [PATCH] CI: re-add TEST_H2 apr cache ignore, still needed. :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910165 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_before_linux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index bc4d65942b3..23214f56fbd 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -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 -- 2.47.2