mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
[reclient] Dont limit local resources if RBE_remote_disabled=1
Bug: b/288564971 Change-Id: Ia3e556e5b30ca4ca82219e5ee696b7c982419de3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4748579 Reviewed-by: Ramy Medhat <abdelaal@google.com> Auto-Submit: Ben Segall <bentekkie@google.com> Commit-Queue: Ramy Medhat <abdelaal@google.com> Commit-Queue: Ben Segall <bentekkie@google.com>
This commit is contained in:
@@ -218,7 +218,9 @@ def build_context(argv, tool):
|
||||
print('WARNING: Using RBE_instance=%s\n' %
|
||||
os.environ.get('RBE_instance', ''))
|
||||
|
||||
set_racing_defaults()
|
||||
remote_disabled = os.environ.get('RBE_remote_disabled')
|
||||
if remote_disabled not in ('1', 't', 'T', 'true', 'TRUE', 'True'):
|
||||
set_racing_defaults()
|
||||
|
||||
# TODO(b/292523514) remove this once a fix is landed in reproxy
|
||||
remove_mdproxy_from_path()
|
||||
|
||||
Reference in New Issue
Block a user