Also run the bootstrap in bootstrap mode

This commit is contained in:
Oliver Schneider 2018-07-01 01:50:12 +02:00
parent 8f55152f84
commit 824c5dfa61

View file

@ -815,6 +815,7 @@ def bootstrap(help_triggered):
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
env["BOOTSTRAP_PYTHON"] = sys.executable
env["BUILD_DIR"] = build.build_dir
env["RUSTC_BOOTSTRAP"] = '1'
run(args, env=env, verbose=build.verbose)