From 096d9290758b93c4c06724f2fe1e6db7629e4280 Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Wed, 28 Jan 2026 08:50:26 -0500 Subject: [PATCH] [bazel] Enable remote cache compression --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 12191bd9c41d..38fd9fa6d037 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 common --experimental_platform_in_output_dir