most-beach-54881
04/16/2024, 2:26 PM${HOME}/.cache/pants
To another location?narrow-vegetable-37489
04/16/2024, 2:31 PMnarrow-vegetable-37489
04/16/2024, 2:35 PMSCIE_BASE, which is useful in CI.most-beach-54881
04/16/2024, 2:36 PMcurved-television-6568
04/17/2024, 6:34 AM/etc/profile on our CI workers..
# Pants installations goes into this tree.
export SCIE_BASE=<%= @cache_root_dir %>/nce
# Stores the results of running subprocesses and of some file operations.
export PANTS_LOCAL_STORE_DIR=<%= @cache_root_dir %>/lmdb_store
# Stores the caches for certain tools used by Pants, like PEX's cache for resolving Python requirements.
export PANTS_NAMED_CACHES_DIR=<%= @cache_root_dir %>/named_cachespolite-angle-82480
05/30/2024, 1:46 AMcache_root_dir on your CI workers shared between workers? Meaning is it on some network share or local to each CI server?curved-television-6568
05/30/2024, 12:37 PMpolite-angle-82480
05/30/2024, 7:26 PM