mirror of
https://github.com/servo/servo.git
synced 2025-07-06 15:03:40 +01:00
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.
This commit is contained in:
parent
a258746269
commit
a1b2f4b590
9 changed files with 38 additions and 24 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue