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 to the Rusty rust-installer #41843

Merged
merged 4 commits into from
May 16, 2017
Merged

Commits on May 15, 2017

  1. Configuration menu
    Copy the full SHA
    020c5ec View commit details
    Browse the repository at this point in the history
  2. Use "rust-installer tarball" to create rustc-src too

    This gives us an extra rustc-src.tar.xz, which is 33% smaller than the .tar.gz!
    cuviper committed May 15, 2017
    Configuration menu
    Copy the full SHA
    6edb4e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6ee0a View commit details
    Browse the repository at this point in the history
  4. Don't use sanitize_sh with rust-installer

    There's no shell interpreting the file paths under the new Rusty
    rust-installer, so we don't need to use `sanitize_sh` for it.  Plus,
    the drive-letter transformation is actually harmful for the now-native
    Windows rust-installer to understand those paths.
    cuviper committed May 15, 2017
    Configuration menu
    Copy the full SHA
    1e709fc View commit details
    Browse the repository at this point in the history