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

Upgrade to rustc 1.20.0-nightly (ab91c70cc 2017-07-14), use non-"alt" std #17727

Merged
merged 2 commits into from Jul 17, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -135,11 +135,8 @@ def bootstrap_rustc(self, force=False, target=[], stable=False):
% (version, target_triple))
tgz_file = install_dir + ('rust-std-%s-%s.tar.gz' % (version, target_triple))
else:
tarball = "%s/rust-std-nightly-%s.tar.gz" % (version, target_triple)
base_url = "https://s3.amazonaws.com/rust-lang-ci/rustc-builds"
if not self.config["build"]["llvm-assertions"]:
base_url += "-alt"
std_url = base_url + "/" + tarball
std_url = ("https://s3.amazonaws.com/rust-lang-ci/rustc-builds/%s/rust-std-nightly-%s.tar.gz"
% (version, target_triple))
tgz_file = install_dir + ('rust-std-nightly-%s.tar.gz' % target_triple)

download_file("Host rust library for target %s" % target_triple, std_url, tgz_file)
@@ -1 +1 @@
f85579d4a2c342654f9b158fafd565eb159fdb59
ab91c70cc69450bc69b76df0fd2faa82bda42d6b
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.