]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: force reset of cached apr for TEST_H2, it seems to be broken
authorStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 12:50:30 +0000 (12:50 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 12:50:30 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910163 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index bc4d65942b3cfa9a9f47f9d696e8fca0f85bbd51..f5529299cda94997bfc4056f56169ab3011120a1 100755 (executable)
@@ -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