Confirmed users
125
edits
(→Mapping variants to SM(...) names: removed obsolete, added arm64) |
(Add info about SM(pkg)) |
||
| Line 29: | Line 29: | ||
* SM(exr) - exactrooting | * SM(exr) - exactrooting | ||
* SM(r) - rootanalysis | * SM(r) - rootanalysis | ||
* SM(pkg) - Standalone SpiderMonkey package. | |||
== Aside on SM(pkg) == | |||
The SM(pkg) builds create a tarball of all the sources used to make a standalone SpiderMonkey library and shell, untar it somewhere else, and then runs the autospider command listed above. To reproduce this packaging and unpackaging behavior, you can run this command: | |||
<gecko-root>/testing/taskcluster/scripts/builder/build-sm-package.sh | |||