]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Try removing the cached ~/perl5 to reset the broken worker
authorJoe Orton <jorton@apache.org>
Fri, 10 Jul 2020 11:25:14 +0000 (11:25 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 10 Jul 2020 11:25:14 +0000 (11:25 +0000)
MPM test job.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879757 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 99acd1b3c255daa9a1f81360dfbe7d5885743061..3f48e315532b4845460c85e94ce279d2896650d0 100644 (file)
@@ -300,6 +300,7 @@ jobs:
 # otherwise.
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "linux" -a ! -v SKIP_TESTING ]; then
+        if [ -v CLEAR_CACHE ]; then rm -rf ~/perl5; fi;
         cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib);
         CC=gcc cpanm --notest Net::SSL LWP::Protocol::https ExtUtils::Embed Test::More AnyEvent DateTime HTTP::DAV Protocol::HTTP2::Client FCGI Apache::Test;
     fi