Skip to content

Commit

Permalink
Don't cache lmdb_store directory (pantsbuild#5541)
Browse files Browse the repository at this point in the history
It's just a copy of the git directory
  • Loading branch information
illicitonion authored Mar 5, 2018
1 parent 70b65e0 commit 61b70b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ before_cache:
# individually resolved artifacts.
- rm -rf ${HOME}/.cache/pants/bin
- rm -rf ${HOME}/.cache/pants/rust/rustup
- rm -rf ${HOME}/.cache/pants/lmdb_store
# Render a summary of what is left in the home directory, to assist with further pruning of
# the cache.
- du -d2 ${HOME} | sort -r -n
Expand Down

0 comments on commit 61b70b9

Please sign in to comment.