-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
- rm -rf $HOME/.m2 | ||
- rm -rf $HOME/.ivy2/cache | ||
- rm -rf $HOME/.sbt/boot | ||
- rm -rf $HOME/.sbt/launchers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- rm -rf $HOME/.sbt/launchers |
This is currently not cached. 😅
I've added |
I think the build plan for this PR is already committed and we won't get a different build with a clean cache unless we send another commit on the PR. |
Co-authored-by: Renato Cavalcanti <[email protected]>
the drop cache uploads a cache:
... but the failing job fetches another cache:
what's going on here? :/ |
travis gonna travis. I'm tempted to merge this, get a clean cache on |
can't hurt I guess |
it didn't hurt, but didn't help either: also on master the jdk11 check job doesn't pick up the cache emptied by the |
Ah, https://docs.travis-ci.com/user/caching/:
and:
... so we need to create a separate |
to hopefully fix #46