]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clear cache for the worker job which appears to be in a bad state.
authorJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 07:41:44 +0000 (07:41 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 07:41:44 +0000 (07:41 +0000)
https://travis-ci.org/github/apache/httpd/jobs/705863962
[CTR under Travis exception]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879627 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index bfdc373784ae7c4d8b185d0287190982c3c34215..43724ecfb45ed6f553adf8beb5c75b0d9e2c9bcd 100644 (file)
@@ -97,7 +97,7 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall --with-mpm=prefork"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Worker MPM, all-modules
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
+      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" CLEAR_CACHE=1
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"