Bug 1712172 - Update developer hazard bootstrap to use gcc-9 to match automation r=jonco

Differential Revision: https://phabricator.services.mozilla.com/D115630
This commit is contained in:
Steve Fink 2021-05-21 22:01:55 +00:00
Родитель fb3d0ffc91
Коммит 1c23491f71
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,7 @@ class MachCommands(MachCommandBase):
orig_dir = os.getcwd()
os.chdir(self.ensure_dir_exists(self.tools_dir))
try:
kwargs["from_build"] = ("linux64-gcc-sixgill", "linux64-gcc-8")
kwargs["from_build"] = ("linux64-gcc-sixgill", "linux64-gcc-9")
self._mach_context.commands.dispatch(
"artifact", self._mach_context, subcommand="toolchain", **kwargs
)