Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustbuild: enable an initial local cargo #37682

Merged
merged 1 commit into from
Nov 12, 2016
Merged

Commits on Nov 10, 2016

  1. 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`.
    cuviper committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    0d6323f View commit details
    Browse the repository at this point in the history