Skip to content

Commit 4a52a7b

Browse files
josephperrottalan-agius4
authored andcommitted
build: disable remote upload of local action results to RBE cache
disable remote upload for local actions
1 parent 34c2530 commit 4a52a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .bazelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ build:remote --platforms=@devinfra//bazel/remote-execution:platform_with_network
135135

136136
# Set remote caching settings
137137
build: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
148149
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
149150
build:remote-cache --remote_accept_cached=true
150-
build:remote-cache --remote_upload_local_results=true
151+
build:remote-cache --remote_upload_local_results=false
151152
build:remote-cache --google_default_credentials
152153

153154
###############################

0 commit comments

Comments
 (0)