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

Commit 10318d8

Browse files
Merge pull request #5 from grapl-security/cm/simplify-pants
Remove CI-specific Pants cache information
2 parents 6d1313c + f621594 commit 10318d8

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)