mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
chore(NA): moves disk_cache and repository_cache bazel flags from common to specific commands (#118037)
This commit is contained in:
parent
13d651bf62
commit
27f5ff326d
1 changed files with 9 additions and 0 deletions
|
@ -14,9 +14,18 @@ query --experimental_guard_against_concurrent_changes
|
|||
|
||||
## Cache action outputs on disk so they persist across output_base and bazel shutdown (eg. changing branches)
|
||||
build --disk_cache=~/.bazel-cache/disk-cache
|
||||
fetch --disk_cache=~/.bazel-cache/disk-cache
|
||||
query --disk_cache=~/.bazel-cache/disk-cache
|
||||
sync --disk_cache=~/.bazel-cache/disk-cache
|
||||
test --disk_cache=~/.bazel-cache/disk-cache
|
||||
|
||||
## Bazel repo cache settings
|
||||
build --repository_cache=~/.bazel-cache/repository-cache
|
||||
fetch --repository_cache=~/.bazel-cache/repository-cache
|
||||
query --repository_cache=~/.bazel-cache/repository-cache
|
||||
run --repository_cache=~/.bazel-cache/repository-cache
|
||||
sync --repository_cache=~/.bazel-cache/repository-cache
|
||||
test --repository_cache=~/.bazel-cache/repository-cache
|
||||
|
||||
# Bazel will create symlinks from the workspace directory to output artifacts.
|
||||
# Build results will be placed in a directory called "bazel-bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue