diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-11-28 20:24:08 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-12-06 12:40:40 -1000 |
commit | f5af40d6942ac903ff3b849ab590c8164367bb10 (patch) | |
tree | e2cb4d3db4c4598c0f81bbdaaac7acbaa3f805f4 /python/servo/bootstrap_commands.py | |
parent | 2e1c40ec360ece7165fec11810158bf925d322dc (diff) | |
download | servo-f5af40d6942ac903ff3b849ab590c8164367bb10.tar.gz servo-f5af40d6942ac903ff3b849ab590c8164367bb10.zip |
Upgrade to cargo 0.16.0-nightly (built 2016-12-06)
Instead of once per day (or night) with a date in the URL,
Cargo binaries are now built and published for every merge to master
(with the merge commit hash in the URL).
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 8df02304529..9bc7c60fd4a 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -295,7 +295,7 @@ class MachCommands(CommandBase): os.makedirs(cargo_dir) tgz_file = "cargo-nightly-%s.tar.gz" % host_triple() - nightly_url = "https://static-rust-lang-org.s3.amazonaws.com/cargo-dist/%s/%s" % \ + nightly_url = "https://s3.amazonaws.com/rust-lang-ci/cargo-builds/%s/%s" % \ (self.cargo_build_id(), tgz_file) download_file("Cargo nightly", nightly_url, tgz_file) |