Skip to content

Commit

Permalink
Update .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Jan 5, 2024
1 parent d597297 commit 112d002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ build:remote_cache --remote_timeout=3600
build:remote_cache --experimental_remote_cache_compression

# Only wait for BES upload in CI builds but not dev builds.
#
# https://bazel.build/reference/command-line-reference#flag--bes_upload_mode
build:remote_cache --bes_upload_mode=nowait_for_upload_complete
build:ci --bes_upload_mode=wait_for_upload_complete

Expand Down

0 comments on commit 112d002

Please sign in to comment.