Bump version and stage0 compiler
This commit is contained in:
parent
04145943a2
commit
be7ebdd512
47 changed files with 24 additions and 283 deletions
|
@ -385,6 +385,7 @@ class RustBuild(object):
|
|||
if self.clean and os.path.exists(build_dir):
|
||||
shutil.rmtree(build_dir)
|
||||
env = os.environ.copy()
|
||||
env["RUSTC_BOOTSTRAP"] = '1'
|
||||
env["CARGO_TARGET_DIR"] = build_dir
|
||||
env["RUSTC"] = self.rustc()
|
||||
env["LD_LIBRARY_PATH"] = os.path.join(self.bin_root(), "lib") + \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue