summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2023-11-25 14:08:00 +0100
committerAlvaro Vilaplana Garcia <alvaro.vilaplana@gmail.com>2024-02-07 09:19:17 +0000
commitfcc38acd9f93a625657e970f5b99f9effe8dbbb2 (patch)
tree244469f54223d0b0e632c22dfde5f2e5c981cd03
parent6e51e8d049d42380cc1d959da6a3273d9dd4cc18 (diff)
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
-rw-r--r--tools/remote-bazelrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/remote-bazelrc b/tools/remote-bazelrc
index 9f11965e66..37688079a5 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.