cool-easter-32542
07/20/2023, 5:22 AM~/.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
cool-easter-32542
08/07/2023, 11:11 PM