mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Revert "Enable racing for ninja+reclient developer builds"
This reverts commit bb67064617.
Reason for revert: Racing has been enabled explicitly in developer cfg files
Original change's description:
> Enable racing for ninja+reclient developer builds
>
> Bug: b/288564971
> Change-Id: Ibae8f86b7c79b9fa218e0f04c75fe99414c4f48b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4844059
> Reviewed-by: Junji Watanabe <jwata@google.com>
> Commit-Queue: Ben Segall <bentekkie@google.com>
Bug: b/288564971
Change-Id: I480be53a9c19a6c9f89321cb52a5adde9baa28b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4889572
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Ben Segall <bentekkie@google.com>
This commit is contained in:
@@ -7,7 +7,6 @@ handles the client lifecycle safely. It will automatically start
|
|||||||
reproxy before running ninja and stop reproxy when ninja stops
|
reproxy before running ninja and stop reproxy when ninja stops
|
||||||
for any reason eg. build completes, keyboard interupt etc."""
|
for any reason eg. build completes, keyboard interupt etc."""
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import ninja
|
import ninja
|
||||||
@@ -15,7 +14,6 @@ import reclient_helper
|
|||||||
|
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
os.environ.setdefault("RBE_exec_strategy", "racing")
|
|
||||||
with reclient_helper.build_context(argv, 'ninja_reclient') as ret_code:
|
with reclient_helper.build_context(argv, 'ninja_reclient') as ret_code:
|
||||||
if ret_code:
|
if ret_code:
|
||||||
return ret_code
|
return ret_code
|
||||||
|
|||||||
Reference in New Issue
Block a user