]> git.lizzy.rs Git - rust.git/commit
Stop accessing current_dir in bootstrap
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 10 Mar 2018 01:14:35 +0000 (18:14 -0700)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Tue, 3 Apr 2018 17:39:15 +0000 (11:39 -0600)
commit84b5b340216dc1f086d5de2c7d234aa5883cdce8
tree86f29ffa614306e68836b8dc23ed7dec270c7157
parent637ac17c5292ce723430de0e87b92271989e1436
Stop accessing current_dir in bootstrap

This ensures that the working directory of rustbuild has no effect on
it's run; since tests will run with a different cwd this is required for
consistent behavior.
src/bootstrap/bootstrap.py
src/bootstrap/config.rs
src/bootstrap/flags.rs
src/bootstrap/lib.rs