From 7dcd61129e14c8eea35cb502d8ddd17368dc10ce Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 25 Nov 2023 14:08:00 +0100 Subject: [PATCH] Bazel: Optimize RBE execution Activate option --remote_download_minimal to make remote build even more faster. See this upstream issue for more details: [1]. [1] https://github.com/bazelbuild/bazel/issues/6862 Release-Notes: skip Change-Id: Ibcf1c95b38e2194444f32cec9eab95aa9ad82039 --- tools/remote-bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/remote-bazelrc b/tools/remote-bazelrc index 9f11965e6664..37688079a540 100644 --- a/tools/remote-bazelrc +++ b/tools/remote-bazelrc @@ -27,6 +27,7 @@ # for a remote machine to execute them. build:remote_shared --jobs=200 build:remote_shared --disk_cache= +build:remote_shared --remote_download_minimal # Set several flags related to specifying the platform, toolchain and java # properties.