Don't depend on python for RUST_BOOTSTRAP_CONFIG

This commit is contained in:
Joshua Nelson 2022-02-06 18:10:49 -06:00 committed by Mark Rousskov
parent 240f288329
commit 62b522ec3a
5 changed files with 21 additions and 21 deletions

View file

@ -1303,8 +1303,6 @@ def bootstrap(help_triggered):
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
env["BOOTSTRAP_PYTHON"] = sys.executable
env["RUSTC_BOOTSTRAP"] = '1'
if toml_path:
env["BOOTSTRAP_CONFIG"] = toml_path
if build.rustc_commit is not None:
env["BOOTSTRAP_DOWNLOAD_RUSTC"] = '1'
run(args, env=env, verbose=build.verbose, is_bootstrap=True)