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

Use a stable compiler for build-geckolib #12319

Merged
merged 8 commits into from Jul 9, 2016

Use static-rust-lang-org.s3.amazonaws.com everywhere.

  • Loading branch information
SimonSapin committed Jul 8, 2016
commit e2262882ad8b77e05e56527e22d37a00ad3115d7
@@ -192,7 +192,7 @@ def bootstrap_rustc(self, force=False, target=[], stable=False):
continue

if self.use_stable_rust():
std_url = ("https://static.rust-lang.org/dist/rust-std-%s-%s.tar.gz"
std_url = ("https://static-rust-lang-org.s3.amazonaws.com/dist/rust-std-%s-%s.tar.gz"
% (version, target_triple))
tgz_file = install_dir + ('rust-std-%s-%s.tar.gz' % (version, target_triple))
else:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.