From 74bd6d7178a8c56e5ab1496feaf6d8bf092c3df1 Mon Sep 17 00:00:00 2001 From: zbarsky-openai Date: Wed, 28 Jan 2026 12:26:57 -0500 Subject: [PATCH] [bazel] Enable remote cache compression (#10079) BB already stores the blobs compressed so we may as well keep them compressed in transfer --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 2e3d53b62..764754c21 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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