mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Also run the bootstrap in bootstrap mode
This commit is contained in:
parent
8f55152f84
commit
824c5dfa61
@ -815,6 +815,7 @@ def bootstrap(help_triggered):
|
|||||||
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
|
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
|
||||||
env["BOOTSTRAP_PYTHON"] = sys.executable
|
env["BOOTSTRAP_PYTHON"] = sys.executable
|
||||||
env["BUILD_DIR"] = build.build_dir
|
env["BUILD_DIR"] = build.build_dir
|
||||||
|
env["RUSTC_BOOTSTRAP"] = '1'
|
||||||
run(args, env=env, verbose=build.verbose)
|
run(args, env=env, verbose=build.verbose)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user