From: Stefan Eissing Date: Thu, 1 Jun 2023 12:50:30 +0000 (+0000) Subject: CI: force reset of cached apr for TEST_H2, it seems to be broken X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69003456a584b6689b28645e3b6f3006c500830e;p=thirdparty%2Fapache%2Fhttpd.git CI: force reset of cached apr for TEST_H2, it seems to be broken git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910163 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index bc4d65942b3..f5529299cda 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -71,6 +71,10 @@ 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, reset + if test -v TEST_H2; then + rm -rf ${prefix} + fi if test -d ${prefix}; then return 0