(Reland) Detect RBE builds and accelerate them.
Chromecast builds use a buildflag called `use_rbe` instead of `use_remoteexec` or `use_goma`. Previous attempt at crrev.com/c/4144469 tried recycling the use_remoteexec variable for the use_rbe case, but that caused problems with Cast CI because it would hit the error case where the reclient binary isn't found. This new attempt introduces a new dedicated use_rbe variable that skips that check intended only for use_remoteexec. Bug: b/266099996 Test: run `autoninja` in the chromecast internal repo Change-Id: Ieaf3af709589fe1b8611904afc2fd80284b333b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4179133 Auto-Submit: Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org>changes/33/4179133/3
parent
5a93263d93
commit
aec39c38f8
Loading…
Reference in New Issue