From: Stefan Eissing Date: Thu, 1 Jun 2023 14:04:59 +0000 (+0000) Subject: CI: same issue in HTTP2 test runner with cache APR build X-Git-Tag: 2.4.58-rc1-candidate~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08182185f23835433119f3eae0e0bcdeb74befd4;p=thirdparty%2Fapache%2Fhttpd.git CI: same issue in HTTP2 test runner with cache APR build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910168 13f79535-47bb-0310-9956-ffa450edef68 --- 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