diff --git a/ninja_reclient.py b/ninja_reclient.py index b911a964e..446898ccd 100755 --- a/ninja_reclient.py +++ b/ninja_reclient.py @@ -7,7 +7,6 @@ handles the client lifecycle safely. It will automatically start reproxy before running ninja and stop reproxy when ninja stops for any reason eg. build completes, keyboard interupt etc.""" -import os import sys import ninja @@ -15,7 +14,6 @@ import reclient_helper def main(argv): - os.environ.setdefault("RBE_exec_strategy", "racing") with reclient_helper.build_context(argv, 'ninja_reclient') as ret_code: if ret_code: return ret_code