diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-01 01:50:12 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-01 01:50:12 +0200 |
| commit | 824c5dfa61a78d7376feed82ba9402de2588cc1c (patch) | |
| tree | e24e1e3744237a9ed1670b975cefaf1aaecc368b /src/bootstrap | |
| parent | 8f55152f8480e40ff08486f5b107dd3a149b6b14 (diff) | |
| download | rust-824c5dfa61a78d7376feed82ba9402de2588cc1c.tar.gz rust-824c5dfa61a78d7376feed82ba9402de2588cc1c.zip | |
Also run the bootstrap in bootstrap mode
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/bootstrap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 28f5192f2cd..a94792a2f9f 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -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) |
