We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbb19e commit 5663ac5Copy full SHA for 5663ac5
.bazelrc
@@ -84,6 +84,7 @@ build:remote --platforms=//bazel/remote-execution:platform_with_network
84
85
# Set remote caching settings
86
build:remote --remote_accept_cached=true
87
+build:remote --remote_upload_local_results=false
88
89
# Enable Build Event Service
90
build:remote --bes_backend=buildeventservice.googleapis.com
@@ -95,7 +96,7 @@ build:remote --bes_upload_mode=fully_async
95
96
# Use HTTP remote cache
97
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
98
build:remote-cache --remote_accept_cached=true
-build:remote-cache --remote_upload_local_results=true
99
+build:remote-cache --remote_upload_local_results=false
100
build:remote-cache --google_default_credentials
101
102
################################
0 commit comments