From 4eabc3dcb1b1e902c9f97b97008499acb27bd5d0 Mon Sep 17 00:00:00 2001 From: Ruslan Nigmatullin Date: Mon, 6 Apr 2026 12:07:19 -0700 Subject: [PATCH] bazel: Enable `--experimental_remote_downloader` (#16928) This should allow bazel to properly cache external deps. --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 603ad46e4..3a49a22c2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -44,6 +44,7 @@ common --remote_timeout=3600 common --noexperimental_throttle_remote_action_building common --experimental_remote_execution_keepalive common --grpc_keepalive_time=30s +common --experimental_remote_downloader=grpcs://remote.buildbuddy.io # This limits both in-flight executions and concurrent downloads. Even with high number # of jobs execution will still be limited by CPU cores, so this just pays a bit of