Skip to content

Commit

Permalink
Add suggested .bazelrc flags (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Nov 18, 2024
1 parent b79f72f commit 59429d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ build:remote_cache --remote_download_toplevel
build:remote_cache --remote_timeout=3600
# https://bazel.build/reference/command-line-reference#flag--experimental_remote_cache_compression
build:remote_cache --experimental_remote_cache_compression
# https://bazel.build/reference/command-line-reference#flag--experimental_remote_cache_compression_threshold
build:remote_cache --experimental_remote_cache_compression_threshold=100
# https://bazel.build/reference/command-line-reference#flag--legacy_important_outputs
build:remote_cache --nolegacy_important_outputs

# Only wait for BES upload in CI builds but not dev builds.
#
Expand Down

0 comments on commit 59429d1

Please sign in to comment.