Commit 7c411a04 authored by Nicklas Boman's avatar Nicklas Boman
Browse files

Bug 1637721 - openSUSEs bootstrap does not download the stackwalk toolchain...

Bug 1637721 - openSUSEs bootstrap does not download the stackwalk toolchain r=firefox-build-system-reviewers,rstewart

In Bug1127565 bootstrap was given support for the openSUSE Linux distribution
Fetching the Stackwalk toolchain was not added unfortunately

his bug1636797 was hit during testing...
(also fixed some formatting "issues")

Differential Revision: https://phabricator.services.mozilla.com/D75189
parent edcb53f1
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@ from __future__ import absolute_import, print_function, unicode_literals
from mozboot.base import BaseBootstrapper
from mozboot.linux_common import (
    ClangStaticAnalysisInstall,
    FixStacksInstall,
    LucetcInstall,
    MinidumpStackwalkInstall,
    NasmInstall,
    NodeInstall,
    SccacheInstall,
@@ -17,8 +19,16 @@ from mozboot.linux_common import (


class OpenSUSEBootstrapper(
        NasmInstall, NodeInstall, StyloInstall, ClangStaticAnalysisInstall,
        SccacheInstall, LucetcInstall, WasiSysrootInstall, BaseBootstrapper):
        ClangStaticAnalysisInstall,
        FixStacksInstall,
        LucetcInstall,
        MinidumpStackwalkInstall,
        NasmInstall,
        NodeInstall,
        SccacheInstall,
        StyloInstall,
        WasiSysrootInstall,
        BaseBootstrapper):
    '''openSUSE experimental bootstrapper.'''

    SYSTEM_PACKAGES = [