FYI I’m planning to delete the Travis cache for `m...
# announce
h
FYI I’m planning to delete the Travis cache for
master
and for my PR #6959. I believe I found this is what I have to do to get the linux engine build to work (see https://github.com/pantsbuild/pants/pull/6959#issuecomment-449602327) I don’t think this should negatively impact anyone beyond slightly longer CI, and a new cache should be built on the next merge
👍 1
Deleting cache didn’t do the trick. The issue is this line
adding /home/travis/build/pantsbuild/pants/build-support/pants_dev_deps.venv to cache
from
Copy code
Setting up build cache
$ export CASHER_DIR=${TRAVIS_HOME}/.casher
0.15s$ Installing caching utilities
0.00s1.46sattempting to download cache archive
fetching PR.6959/cache-linux-trusty-798bfc92fa3497d209a621dd7ec0366ae2f1a0628d9bec19bd2d3bae7dd30be4.tgz
fetching master/cache-linux-trusty-798bfc92fa3497d209a621dd7ec0366ae2f1a0628d9bec19bd2d3bae7dd30be4.tgz
could not download cache
0.00s1.25sadding /home/travis/.cache/pants to cache
creating directory /home/travis/.cache/pants
adding /home/travis/.ivy2/pants to cache
creating directory /home/travis/.ivy2/pants
adding /home/travis/.npm to cache
adding /home/travis/build/pantsbuild/pants/build-support/pants_dev_deps.venv to cache
creating directory /home/travis/build/pantsbuild/pants/build-support/pants_dev_deps.venv
adding /home/travis/build/pantsbuild/pants/src/rust/engine/target to cache
creating directory /home/travis/build/pantsbuild/pants/src/rust/engine/target
lmk if anyone happens to know how to change that behavior.. I’ll investigate more
Ohhh I found it!
.travis.yml
entry for
cache
. TIL that ripgrep doesn’t search hidden files by default