-
- Downloads
Bug 1935333 - Avoid trying to install dist toolchains when bootstrapping from...
Bug 1935333 - Avoid trying to install dist toolchains when bootstrapping from a spidermonkey standalone tree. a=pascalc The auto-bootstrap code gracefully handles the lack of information as to what toolchains are available in spidermonkey standalone trees, but the fallback code path for when toolchains are not to be unpacked doesn't handle the situation. By making the toolchains themselves define whether they are to be unpacked, we can remove the fallback code path and use auto-bootstrap in all cases. This makes `mach artifact toolchain --from-build` stop requiring a manual `--no-unpack`, but `--from-task` still needs it because it can't infer that information, as it doesn't have the task graph. Original Revision: https://phabricator.services.mozilla.com/D231342 Differential Revision: https://phabricator.services.mozilla.com/D231846
Showing
- build/moz.configure/bootstrap.configure 4 additions, 0 deletionsbuild/moz.configure/bootstrap.configure
- python/mozboot/mozboot/base.py 1 addition, 39 deletionspython/mozboot/mozboot/base.py
- python/mozboot/mozboot/mozillabuild.py 2 additions, 2 deletionspython/mozboot/mozboot/mozillabuild.py
- python/mozboot/mozboot/osx.py 2 additions, 2 deletionspython/mozboot/mozboot/osx.py
- python/mozbuild/mozbuild/artifact_commands.py 1 addition, 0 deletionspython/mozbuild/mozbuild/artifact_commands.py
- python/mozbuild/mozbuild/test/configure/test_bootstrap.py 3 additions, 0 deletionspython/mozbuild/mozbuild/test/configure/test_bootstrap.py
- taskcluster/docs/attributes.rst 5 additions, 0 deletionstaskcluster/docs/attributes.rst
- taskcluster/gecko_taskgraph/transforms/job/__init__.py 6 additions, 2 deletionstaskcluster/gecko_taskgraph/transforms/job/__init__.py
- taskcluster/gecko_taskgraph/transforms/job/toolchain.py 7 additions, 1 deletiontaskcluster/gecko_taskgraph/transforms/job/toolchain.py
- taskcluster/kinds/toolchain/dist-toolchains.yml 2 additions, 0 deletionstaskcluster/kinds/toolchain/dist-toolchains.yml
Loading
Please register or sign in to comment