Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ build:remote --platforms=//bazel/remote-execution:platform_with_network

# Set remote caching settings
build:remote --remote_accept_cached=true
build:remote --remote_upload_local_results=false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: A todo would be good, but if you are working on it right now, I'm okay :D


# Enable Build Event Service
build:remote --bes_backend=buildeventservice.googleapis.com
Expand All @@ -95,7 +96,7 @@ build:remote --bes_upload_mode=fully_async
# Use HTTP remote cache
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
build:remote-cache --remote_accept_cached=true
build:remote-cache --remote_upload_local_results=true
build:remote-cache --remote_upload_local_results=false
build:remote-cache --google_default_credentials

################################
Expand Down