mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #3581 : Ms2ger/servo/pin-cargo, r=metajack
Relevant to #3580.
This commit is contained in:
commit
8de734f00a
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ class MachCommands(CommandBase):
|
||||||
os.mkdir(cargo_dir)
|
os.mkdir(cargo_dir)
|
||||||
|
|
||||||
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
|
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
|
||||||
nightly_url = "http://static.rust-lang.org/cargo-dist/%s" % tgz_file
|
# FIXME(#3582): use https.
|
||||||
|
nightly_url = "http://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
|
||||||
|
|
||||||
download("Cargo nightly", nightly_url, tgz_file)
|
download("Cargo nightly", nightly_url, tgz_file)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue