Skip to content

Commit 5663ac5

Browse files
committed
build: disable remote upload of local action results to RBE cache (#2686)
PR Close #2686
1 parent 7dbb19e commit 5663ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ build:remote --platforms=//bazel/remote-execution:platform_with_network
8484

8585
# Set remote caching settings
8686
build:remote --remote_accept_cached=true
87+
build:remote --remote_upload_local_results=false
8788

8889
# Enable Build Event Service
8990
build:remote --bes_backend=buildeventservice.googleapis.com
@@ -95,7 +96,7 @@ build:remote --bes_upload_mode=fully_async
9596
# Use HTTP remote cache
9697
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
9798
build:remote-cache --remote_accept_cached=true
98-
build:remote-cache --remote_upload_local_results=true
99+
build:remote-cache --remote_upload_local_results=false
99100
build:remote-cache --google_default_credentials
100101

101102
################################

0 commit comments

Comments
 (0)