Bug 1720448 - Build wasi-sysroot on bigger worker types. r=firefox-build-system-reviewers,mhentges

A large part of those builds actually build clang, which can benefit
from a larger number of cores.

Differential Revision: https://phabricator.services.mozilla.com/D119872
This commit is contained in:
Mike Hommey
2021-07-14 20:49:44 +00:00
parent cdd317b606
commit 18316491de

View File

@@ -153,6 +153,7 @@ wasi-sysroot-11:
local-toolchain: true local-toolchain: true
treeherder: treeherder:
symbol: TL(wasi-sysroot-11) symbol: TL(wasi-sysroot-11)
worker-type: b-linux-xlarge
run-on-projects: [trunk] run-on-projects: [trunk]
run: run:
script: build-wasi-sysroot.sh script: build-wasi-sysroot.sh
@@ -172,6 +173,7 @@ wasi-sysroot-12:
local-toolchain: true local-toolchain: true
treeherder: treeherder:
symbol: TL(wasi-sysroot-12) symbol: TL(wasi-sysroot-12)
worker-type: b-linux-xlarge
run-on-projects: [trunk] run-on-projects: [trunk]
run: run:
script: build-wasi-sysroot.sh script: build-wasi-sysroot.sh