Confirmed users
328
edits
(Add info about SM(pkg)) |
(→Reproducing a build: warnaserr is obsolete) |
||
Line 11: | Line 11: | ||
= Reproducing a build = | = Reproducing a build = | ||
You should be able to closely replicate a TH build by running autospider.sh yourself. For example, to replicate '''SM( | You should be able to closely replicate a TH build by running autospider.sh yourself. For example, to replicate '''SM(cgc)''', you could be anywhere within your checkout, and run | ||
<gecko-root>/js/src/devtools/automation/autospider.sh --clobber | <gecko-root>/js/src/devtools/automation/autospider.sh --clobber compacting | ||
The default objdir is <gecko-root>/obj-spider. You can change it by setting the $OBJDIR environment variable. | The default objdir is <gecko-root>/obj-spider. You can change it by setting the $OBJDIR environment variable. |