Skip to content

Commit a94f488

Browse files
build: disable remote upload of local action results to RBE cache (#30723)
disable remote upload for local actions
1 parent 209ba7a commit a94f488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ build:build-results --bes_results_url="https://source.cloud.google.com/results/i
120120

121121
# Set remote caching settings
122122
build:remote --remote_accept_cached=true
123+
build:remote --remote_upload_local_results=false
123124

124125
# Additional flags added when running a "trusted build" with additional access
125126
build:trusted-build --remote_upload_local_results=true

0 commit comments

Comments
 (0)