<#19497 CI setup docs refer to now-unused `~/.cach...
# github-notifications
c
#19497 CI setup docs refer to now-unused `~/.cache/pants/setup` Issue created by huonw Describe the bug The CI docs talk about
~/.cache/pants/setup
, but this has, in theory(?), be fully replaced by the SCIE cache (
~/.nce/cache/...
) with the new pants launcher. Thus, the docs should: • avoid mentioning
~/.cache/pants/setup
completely • check for
~/.nce/cache/...
in the nuking script https://www.pantsbuild.org/docs/using-pants-in-ci#directories-to-cache
$HOME/.cache/pants/setup
This is the Pants bootstrap directory. Cache this against the version, as specified in pants.toml. See the pantsbuild/example-python repo for an example of how to generate an effective cache key for this directory in GitHub Actions.
...
```
nuke_if_too_big ~/.cache/pants/setup 512
```
Pants version 2.16 OS n/a Additional info Discussed in https://pantsbuild.slack.com/archives/C046T6T9U/p1689737993968139 pantsbuild/pants