mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[bazel] Remove Bazel cache for now (#116351)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
960b037f81
commit
645cecdf1f
1 changed files with 6 additions and 6 deletions
12
.bazelrc
12
.bazelrc
|
@ -3,12 +3,12 @@
|
|||
import %workspace%/.bazelrc.common
|
||||
|
||||
# Remote cache settings for local env
|
||||
build --remote_cache=grpcs://cloud.buildbuddy.io
|
||||
build --incompatible_remote_results_ignore_disk=true
|
||||
build --noremote_upload_local_results
|
||||
build --remote_timeout=30
|
||||
build --remote_header=x-buildbuddy-api-key=3EYk49W2NefOx2n3yMze
|
||||
build --remote_accept_cached=true
|
||||
# build --remote_cache=grpcs://cloud.buildbuddy.io
|
||||
# build --incompatible_remote_results_ignore_disk=true
|
||||
# build --noremote_upload_local_results
|
||||
# build --remote_timeout=30
|
||||
# build --remote_header=x-buildbuddy-api-key=3EYk49W2NefOx2n3yMze
|
||||
# build --remote_accept_cached=true
|
||||
|
||||
# Enable this in case you want to share your build info
|
||||
# build --build_metadata=VISIBILITY=PUBLIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue