mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Use static-rust-lang-org.s3.amazonaws.com everywhere.
This commit is contained in:
parent
24575ff226
commit
e2262882ad
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class MachCommands(CommandBase):
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue