зеркало из https://github.com/mozilla/gecko-dev.git
e9fb64de96
Fixes a 403 error running `./mach bootstrap` with stylo enabled. Bug 1359968 updated the tooltool manifests to point to a publicly-available clang package. Update the macOS hash used by mozboot to install the same package for local use by developers who need rust-bindgen. MozReview-Commit-ID: FtkATaLwc7n --HG-- extra : rebase_source : 61390c729e694589b0351026aac0263440a9a3c5 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
README.rst | ||
setup.py |
README.rst
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!