[bazel] Enable remote cache compression (#10079)

BB already stores the blobs compressed so we may as well keep them
compressed in transfer
This commit is contained in:
zbarsky-openai
2026-01-28 12:26:57 -05:00
committed by GitHub
parent 2a624661ef
commit 74bd6d7178

View File

@@ -4,6 +4,7 @@ common --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
common --disk_cache=~/.cache/bazel-disk-cache
common --repo_contents_cache=~/.cache/bazel-repo-contents-cache
common --repository_cache=~/.cache/bazel-repo-cache
common --remote_cache_compression
startup --experimental_remote_repo_contents_cache
common --experimental_platform_in_output_dir