Don't depend on python for RUST_BOOTSTRAP_CONFIG
This commit is contained in:
parent
240f288329
commit
62b522ec3a
5 changed files with 21 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue