diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-07-08 20:38:46 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-07-08 22:28:54 +0200 |
commit | e2262882ad8b77e05e56527e22d37a00ad3115d7 (patch) | |
tree | cd4e36cac1c140ac17b796dd130c63cebcc32f54 /python/servo/bootstrap_commands.py | |
parent | 24575ff226301d54091851c6638e900835a7f72f (diff) | |
download | servo-e2262882ad8b77e05e56527e22d37a00ad3115d7.tar.gz servo-e2262882ad8b77e05e56527e22d37a00ad3115d7.zip |
Use static-rust-lang-org.s3.amazonaws.com everywhere.
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r-- | python/servo/bootstrap_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 8bae1838ecb..13db36079ae 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -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: |