]> git.lizzy.rs Git - rust.git/commitdiff
Also run the bootstrap in bootstrap mode
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Sat, 30 Jun 2018 23:50:12 +0000 (01:50 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Sat, 30 Jun 2018 23:50:12 +0000 (01:50 +0200)
src/bootstrap/bootstrap.py

index 28f5192f2cdf455d9e6730f64ce324ab679a8af5..a94792a2f9f59f942e780dd50e6e3823320c5457 100644 (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)