Skip to content

Commit 824c5df

Browse files
committed
Also run the bootstrap in bootstrap mode
1 parent 8f55152 commit 824c5df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/bootstrap.py

+1
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ def bootstrap(help_triggered):
815815
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
816816
env["BOOTSTRAP_PYTHON"] = sys.executable
817817
env["BUILD_DIR"] = build.build_dir
818+
env["RUSTC_BOOTSTRAP"] = '1'
818819
run(args, env=env, verbose=build.verbose)
819820

820821

0 commit comments

Comments
 (0)