Auto merge of #23445 - servo:rustup_win, r=jdm

Taskcluster: use current rustup.rs on Windows

1.18.3 includes speed improvements when excracting tarballs:
https://github.com/rust-lang/rustup.rs/blob/1.18.3/CHANGELOG.md

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23445)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-21 19:30:04 -04:00 committed by GitHub
commit ae33700c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -505,11 +505,7 @@ class WindowsGenericWorkerTask(GenericWorkerTask):
.with_early_script( .with_early_script(
"%HOMEDRIVE%%HOMEPATH%\\rustup-init.exe --default-toolchain none -y" "%HOMEDRIVE%%HOMEPATH%\\rustup-init.exe --default-toolchain none -y"
) \ ) \
.with_file_mount( .with_file_mount("https://win.rustup.rs/x86_64", path="rustup-init.exe")
"https://static.rust-lang.org/rustup/archive/" +
"1.17.0/x86_64-pc-windows-msvc/rustup-init.exe",
sha256="002127adeaaee6ef8d82711b5c2881a1db873262f63aea60cee9632f207e8f29",
)
def with_repacked_msi(self, url, sha256, path): def with_repacked_msi(self, url, sha256, path):
""" """