]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #37682 - cuviper:local-cargo, r=alexcrichton
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Sat, 12 Nov 2016 08:38:41 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2016 08:38:41 +0000 (10:38 +0200)
commitf80affac4471263e0b5c642b5c9b3cf57358683a
tree397a508c499706d1f31110c7e58e910934e7c837
parent67ef819c0933aa9ff472414618d9655d41a4cd0d
parent0d6323f44d3cd2a132a073e7a92893e777ca11fc
Rollup merge of #37682 - cuviper:local-cargo, r=alexcrichton

rustbuild: enable an initial local cargo

This allows the initial build of src/bootstrap itself to use a local
cargo taken from `configure --local-rust-root`.  It was already finding
rustc this way, but was always downloading cargo since it didn't know
where to find it.

It now matches the same logic that `config.rs` will use for stage0,
where both rustc and cargo are taken from `CFG_LOCAL_RUST_ROOT`.