Skip to content

Commit 8f6f0ef

Browse files
committed
ci: create trusted-build bazel config for reenabling local action result uploads (#2688)
PR Close #2688
1 parent 15e4e59 commit 8f6f0ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ build:remote-cache --remote_accept_cached=true
9999
build:remote-cache --remote_upload_local_results=false
100100
build:remote-cache --google_default_credentials
101101

102+
103+
# Additional flags added when running a "trusted build" with additional access
104+
build:trusted-build --remote_upload_local_results=true
105+
102106
################################
103107
# Release setup #
104108
################################

0 commit comments

Comments
 (0)