Skip to content

Commit 135859c

Browse files
committed
Add suggested Bazel flags
- `--experimental_remote_cache_compression` to improve remote cache throughput - `--nolegacy_important_outputs` to reduce the payload size of the uploaded build event stream by eliminating duplicate file references
1 parent 84c7579 commit 135859c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ build:ci --bes_backend=grpcs://remote.buildbuddy.io
5151

5252
common:ci-common --color=no
5353

54+
common:ci-common --nolegacy_important_outputs
55+
build:ci-common --experimental_remote_cache_compression
56+
5457
build:ci-common --loading_phase_threads=1
5558
build:ci-common --verbose_failures
5659
# Make sure we don't rely on the names of convenience symlinks because those

0 commit comments

Comments
 (0)