From e6ddbf3d1a56304c311b9c581d012620520b2d02 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 8e2a12f8fd7a..08068735545c 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.