Skip to content

Commit 59429d1

Browse files
Add suggested .bazelrc flags (#65)
1 parent b79f72f commit 59429d1

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
@@ -53,6 +53,10 @@ build:remote_cache --remote_download_toplevel
5353
build:remote_cache --remote_timeout=3600
5454
# https://bazel.build/reference/command-line-reference#flag--experimental_remote_cache_compression
5555
build:remote_cache --experimental_remote_cache_compression
56+
# https://bazel.build/reference/command-line-reference#flag--experimental_remote_cache_compression_threshold
57+
build:remote_cache --experimental_remote_cache_compression_threshold=100
58+
# https://bazel.build/reference/command-line-reference#flag--legacy_important_outputs
59+
build:remote_cache --nolegacy_important_outputs
5660

5761
# Only wait for BES upload in CI builds but not dev builds.
5862
#

0 commit comments

Comments
 (0)