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

Update stage0 bootstrap compiler #41544

Merged
merged 1 commit into from
Apr 29, 2017
Merged

Commits on Apr 29, 2017

  1. Update stage0 bootstrap compiler

    We've got a freshly minted beta compiler, let's update to use that on nightly!
    This has a few other changes associated with it as well
    
    * A bump to the rustc version number (to 1.19.0)
    * Movement of the `cargo` and `rls` submodules to their "proper" location in
      `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude`
      option this can work.
    * Updates of the `cargo` and `rls` submodules to their master branches.
    * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version
      numbers. On the beta channel Cargo will bootstrap from a different version
      than rustc (e.g. the version numbers are different), so we need different
      configuration for this.
    * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present
      then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead
      of `static.rust-lang.org`. This is added to accomodate our updated release
      process with Travis and AppVeyor.
    alexcrichton committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    5daf557 View commit details
    Browse the repository at this point in the history