Skip to content

Commit

Permalink
Bazel: Optimize RBE execution
Browse files Browse the repository at this point in the history
Activate option --remote_download_minimal to make remote build even more
faster. See this upstream issue for more details: [1].

[1] bazelbuild/bazel#6862

Release-Notes: skip
Change-Id: Ibcf1c95b38e2194444f32cec9eab95aa9ad82039
  • Loading branch information
davido authored and avilaplana committed Feb 5, 2024
1 parent 4da8fae commit e6ddbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/remote-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6ddbf3

Please sign in to comment.