aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-10-10 15:46:03 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-10-24 16:18:25 -0400
commita1b2f4b59081810f8a31a147c2226c74be222953 (patch)
treea52f3dbc683bf5a05a8c62b85cdf224c0e88a257 /python/servo/bootstrap_commands.py
parenta2587462693bf73412a729dfaccb2abb0d3f6ff6 (diff)
downloadservo-a1b2f4b59081810f8a31a147c2226c74be222953.tar.gz
servo-a1b2f4b59081810f8a31a147c2226c74be222953.zip
Add an optional --debug-mozjs argument to `mach build` that enables a non-optimized, debug build of mozjs and rust-mozjs. Update the Cargo snapshot to enable new feature support.
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r--python/servo/bootstrap_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index ff65912f0df..536e6234497 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -108,7 +108,7 @@ class MachCommands(CommandBase):
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
# FIXME(#3582): use https.
- nightly_url = "http://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
+ nightly_url = "http://static.rust-lang.org/cargo-dist/2014-10-21/%s" % tgz_file
download("Cargo nightly", nightly_url, tgz_file)