File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ build:remote --platforms=@devinfra//bazel/remote-execution:platform_with_network
135135
136136# Set remote caching settings
137137build:remote --remote_accept_cached=true
138+ build:remote --remote_upload_local_results=false
138139
139140# Force remote executions to consider the entire run as linux.
140141# This is required for OSX cross-platform RBE.
@@ -147,7 +148,7 @@ build:remote --google_default_credentials
147148# Use HTTP remote cache
148149build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
149150build:remote-cache --remote_accept_cached=true
150- build:remote-cache --remote_upload_local_results=true
151+ build:remote-cache --remote_upload_local_results=false
151152build:remote-cache --google_default_credentials
152153
153154###############################
You can’t perform that action at this time.
0 commit comments