mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
d9052fefa0
Bump the minimum version of the rust toolchain we require to build. The 1.15 release includes support for custom #[derive] directives, letting us use the serde serialization crate without checking in a lot of generated code. This is primarily motivated by webrender and the audio remoting work, and lets us drop the heavy syntex dependency. MozReview-Commit-ID: 6IObHhouPAn --HG-- extra : rebase_source : 4be8b148fb653a48f6df4309811ab1d8755f7edf |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
README.rst | ||
setup.py |
mozboot - Bootstrap your system to build Mozilla projects ========================================================= This package contains code used for bootstrapping a system to build mozilla-central. This code is not part of the build system per se. Instead, it is related to everything up to invoking the actual build system. If you have a copy of the source tree, you run: python bin/bootstrap.py If you don't have a copy of the source tree, you can run: curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python - The bootstrap script will download everything it needs from hg.mozilla.org automatically!