Skip to content

Commit

Permalink
bazel: Sort the remote cache flags alphabetically
Browse files Browse the repository at this point in the history
Just to make it less likely that a flag gets accidentally duplicated.

Change-Id: Ic5fa51d2ea0f3d9a3d998cbc1ce604cafa71916f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238175
Reviewed-by: Austin Foxley <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Docs-Not-Needed: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Sep 26, 2024
1 parent 5c21dc8 commit d647f5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ build:microbit --platforms=//pw_build/platforms:lm3s6965evb
# Remote execution config definitions
# ===================================
# Use the remote cache. This will only work for users who have permission to access it.
common:remote_cache --remote_cache=grpcs://remotebuildexecution.googleapis.com
common:remote_cache --google_default_credentials=true
common:remote_cache --remote_instance_name=projects/pigweed-rbe-open/instances/default-instance
common:remote_cache --remote_upload_local_results=false
common:remote_cache --bes_backend="buildeventservice.googleapis.com"
common:remote_cache --bes_instance_name=pigweed-rbe-open
common:remote_cache --bes_results_url="https://source.cloud.google.com/results/invocations/"
common:remote_cache --bes_timeout=600s
common:remote_cache --google_default_credentials=true
# Required to use buildeventservice on Bazel 8+.
# TODO: b/345556899 -- Remove this flag when no longer required.
common:remote_cache --legacy_important_outputs
common:remote_cache --bes_timeout=600s
common:remote_cache --bes_results_url="https://source.cloud.google.com/results/invocations/"
common:remote_cache --bes_instance_name=pigweed-rbe-open
common:remote_cache --remote_cache=grpcs://remotebuildexecution.googleapis.com
common:remote_cache --remote_instance_name=projects/pigweed-rbe-open/instances/default-instance
common:remote_cache --remote_upload_local_results=false

# cache-silo-key: this is essentially a "salt" added to the remote cache key.
# Change it to a new value when we want to create a new cache from scratch
Expand Down

0 comments on commit d647f5e

Please sign in to comment.