.conf
files (even if the component is written in JS)mozconfig
file and add these lines:mozconfig
(export MOZCONFIG=/path/to/artifact.mozconfig
).mozconfig
.comm-central
tree. This might not be the one you expect.B
to turn green, you don't need to wait for the tests) before building locallyB
, and go down to the bottom of the Job Details tab:hg update -r abcdef1234
before building. In general, when a new build begins on the build infrastructure, it uses the latest mozilla-central as well as the latest comm-central, but that may no longer be the case by the time you build../mach build faster
(or ../mach build -C . faster
if your current directory is comm-central). This skips a bunch of steps at the beginning and end of the build process that you might not need. When in doubt, don't build faster.--artifact
to your try syntax. For example:macosx64
in that case.).gecko_rev.yml
, replacing default
with the revision you need. If you don't, the Try server will use the latest mozilla-central revision, which may or may not be the same one used for the latest comm-central build.