Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit f621594

Browse files
Remove CI-specific Pants cache information
This was a holdover from a prior caching strategy. Now that we use Toolchain Labs' remote caching service, we can remove this. Signed-off-by: Christopher Maier <[email protected]>
1 parent 6d1313c commit f621594

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pants.ci.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,5 @@
22
dynamic_ui = false
33
colors = true
44

5-
# Since multiple jobs could run on the same Buildkite worker node, we
6-
# need to make sure the cache directories are isolated.
7-
local_store_dir = ".cache/pants/lmdb_store"
8-
named_caches_dir = ".cache/pants/named_caches"
9-
10-
pants_ignore = [
11-
".cache/pants/named_caches",
12-
".cache/pants/lmdb_store",
13-
]
14-
155
[auth]
166
from_env_var = "TOOLCHAIN_AUTH_TOKEN"

0 commit comments

Comments
 (0)