From cae4bcff0619d305e47991811acd8e5bfe06b132 Mon Sep 17 00:00:00 2001 From: "Worker Pants (Pantsbuild GitHub Automation Bot)" <133242086+WorkerPants@users.noreply.github.com> Date: Thu, 25 May 2023 12:32:29 -0500 Subject: [PATCH] update scie-jump cache directory reference (Cherry-pick of #18485) (#19154) Changed in https://github.com/a-scie/jump/releases/tag/v0.4.0 Co-authored-by: cburroughs --- docs/markdown/Using Pants/using-pants-in-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Using Pants/using-pants-in-ci.md b/docs/markdown/Using Pants/using-pants-in-ci.md index 210d14d8db5..984c5215d5c 100644 --- a/docs/markdown/Using Pants/using-pants-in-ci.md +++ b/docs/markdown/Using Pants/using-pants-in-ci.md @@ -18,7 +18,7 @@ Directories to cache In your CI's config file, we recommend caching these directories: -- `$HOME/.nce` (Linux) or `$HOME/Library/Caches/nce` (macOS)
+- `$HOME/.cache/nce` (Linux) or `$HOME/Library/Caches/nce` (macOS)
This is the cache directory used by the [Pants launcher binary](doc:installation) to cache its embedded interpreter. Cache this against some static key that you can modify if you want to purge that 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](https://github.com/pantsbuild/example-python/blob/main/.github/workflows/pants.yaml) repo for an example of how to generate an effective cache key for this directory in GitHub Actions.