tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d4e66d3044fa632de123dc13877ba5194c80867a
parent 9e5dcd1f41fe8eb0cf90c248dc39916bebedc0f6
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 09:13:50 +0000

Bug 1998952 - run toolchain tasks on b-linux-docker(|-large|-xlarge)-amd worker type. r=releng-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D271770

Diffstat:
Mtaskcluster/kinds/toolchain/7zz.yml | 2+-
Mtaskcluster/kinds/toolchain/android.yml | 8++++----
Mtaskcluster/kinds/toolchain/cabextract.yml | 2+-
Mtaskcluster/kinds/toolchain/cargo-vet.yml | 2+-
Mtaskcluster/kinds/toolchain/cbindgen.yml | 2+-
Mtaskcluster/kinds/toolchain/clang-tidy.yml | 2+-
Mtaskcluster/kinds/toolchain/clang.yml | 56++++++++++++++++++++++++++++----------------------------
Mtaskcluster/kinds/toolchain/compiler-rt.yml | 10+++++-----
Mtaskcluster/kinds/toolchain/dist-toolchains.yml | 2+-
Mtaskcluster/kinds/toolchain/dump-syms.yml | 4++--
Mtaskcluster/kinds/toolchain/dxc.yml | 2+-
Mtaskcluster/kinds/toolchain/fix-stacks.yml | 2+-
Mtaskcluster/kinds/toolchain/gcc.yml | 2+-
Mtaskcluster/kinds/toolchain/geckodriver.yml | 2+-
Mtaskcluster/kinds/toolchain/gn.yml | 2+-
Mtaskcluster/kinds/toolchain/grcov.yml | 2+-
Mtaskcluster/kinds/toolchain/hostutils.yml | 2+-
Mtaskcluster/kinds/toolchain/jj.yml | 2+-
Mtaskcluster/kinds/toolchain/libunwind.yml | 2+-
Mtaskcluster/kinds/toolchain/libxml2.yml | 2+-
Mtaskcluster/kinds/toolchain/llvm-symbolizer.yml | 2+-
Mtaskcluster/kinds/toolchain/macos-sdk.yml | 2+-
Mtaskcluster/kinds/toolchain/mingw.yml | 2+-
Mtaskcluster/kinds/toolchain/minidump-stackwalk.yml | 2+-
Mtaskcluster/kinds/toolchain/misc.yml | 2+-
Mtaskcluster/kinds/toolchain/nasm.yml | 2+-
Mtaskcluster/kinds/toolchain/node.yml | 4++--
Mtaskcluster/kinds/toolchain/onnx.yml | 2+-
Mtaskcluster/kinds/toolchain/pkgconf.yml | 2+-
Mtaskcluster/kinds/toolchain/python-wheels.yml | 2+-
Mtaskcluster/kinds/toolchain/python.yml | 2+-
Mtaskcluster/kinds/toolchain/rust-size.yml | 2+-
Mtaskcluster/kinds/toolchain/rust.yml | 6+++---
Mtaskcluster/kinds/toolchain/sccache.yml | 2+-
Mtaskcluster/kinds/toolchain/sysroot.yml | 2+-
Mtaskcluster/kinds/toolchain/uv.yml | 2+-
36 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/taskcluster/kinds/toolchain/7zz.yml b/taskcluster/kinds/toolchain/7zz.yml @@ -8,7 +8,7 @@ task-defaults: description: "7-zip toolchain build" worker: max-run-time: 1800 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-7zz.sh toolchain-artifact: public/build/7zz.tar.zst diff --git a/taskcluster/kinds/toolchain/android.yml b/taskcluster/kinds/toolchain/android.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: docker-image: {in-tree: android-build} max-run-time: 1800 @@ -39,7 +39,7 @@ linux64-android31-avd-x86_64-repack: description: "Android AVD (Linux) repack toolchain build" treeherder: symbol: TL(avd31-x86_64-linux) - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: kvm: true run: @@ -59,7 +59,7 @@ linux64-android30-avd-x86-repack: description: "Android AVD (Linux) repack toolchain build" treeherder: symbol: TL(avd30-x86-linux) - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: kvm: true run: @@ -79,7 +79,7 @@ linux64-android34-avd-x86_64-repack: description: "Android AVD (Linux) repack toolchain build" treeherder: symbol: TL(avd34-x86_64-linux) - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: kvm: true run: diff --git a/taskcluster/kinds/toolchain/cabextract.yml b/taskcluster/kinds/toolchain/cabextract.yml @@ -8,7 +8,7 @@ task-defaults: description: "cabextract toolchain build" worker: max-run-time: 1800 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-cabextract.sh toolchain-artifact: public/build/cabextract.tar.zst diff --git a/taskcluster/kinds/toolchain/cargo-vet.yml b/taskcluster/kinds/toolchain/cargo-vet.yml @@ -6,7 +6,7 @@ task-defaults: description: "cargo-vet toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/cbindgen.yml b/taskcluster/kinds/toolchain/cbindgen.yml @@ -6,7 +6,7 @@ task-defaults: description: "cbindgen toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 3600 run: diff --git a/taskcluster/kinds/toolchain/clang-tidy.yml b/taskcluster/kinds/toolchain/clang-tidy.yml @@ -8,7 +8,7 @@ task-defaults: local-toolchain: true index: product: static-analysis - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd worker: max-run-time: 3600 run: diff --git a/taskcluster/kinds/toolchain/clang.yml b/taskcluster/kinds/toolchain/clang.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd worker: max-run-time: 7200 run: @@ -36,7 +36,7 @@ macosx64-clang-14-raw: description: "Clang 14 toolchain build" treeherder: symbol: TM(clang-14-raw) - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd worker: max-run-time: 3600 run: @@ -63,7 +63,7 @@ linux64-clang-17-raw: description: "Clang 17 toolchain build" treeherder: symbol: TL(clang-17-raw) - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd run: script: build-clang.sh arguments: @@ -85,7 +85,7 @@ linux64-clang-17: description: "Clang 17 toolchain build" treeherder: symbol: TL(clang-17) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -101,7 +101,7 @@ linux64-clang-19-mingw-x86: description: "MinGW-Clang 19 x86 toolchain build" treeherder: symbol: TMW(clang-19-x86) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -127,7 +127,7 @@ linux64-clang-19-mingw-x64: treeherder: symbol: TMW(clang-19-x64) tier: 1 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -228,7 +228,7 @@ linux64-clang-19: local-toolchain: true treeherder: symbol: TL(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -290,7 +290,7 @@ linux64-aarch64-clang-19: local-toolchain: true treeherder: symbol: TLA64(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -410,7 +410,7 @@ macosx64-clang-19: local-toolchain: true treeherder: symbol: TM(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -532,7 +532,7 @@ macosx64-aarch64-clang-19: local-toolchain: true treeherder: symbol: TMA64(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -653,7 +653,7 @@ win64-clang-19: local-toolchain: true treeherder: symbol: TW64(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -720,7 +720,7 @@ win64-aarch64-clang-19: local-toolchain: true treeherder: symbol: TWA64(clang-19) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -754,7 +754,7 @@ linux64-clang-20-mingw-x86: description: "MinGW-Clang 20 x86 toolchain build" treeherder: symbol: TMW(clang-20-x86) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -776,7 +776,7 @@ linux64-clang-20-mingw-x64: treeherder: symbol: TMW(clang-20-x64) tier: 1 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -869,7 +869,7 @@ linux64-clang-20: local-toolchain: true treeherder: symbol: TL(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -927,7 +927,7 @@ linux64-aarch64-clang-20: local-toolchain: true treeherder: symbol: TLA64(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1043,7 +1043,7 @@ macosx64-clang-20: local-toolchain: true treeherder: symbol: TM(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1159,7 +1159,7 @@ macosx64-aarch64-clang-20: local-toolchain: true treeherder: symbol: TMA64(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1276,7 +1276,7 @@ win64-clang-20: local-toolchain: true treeherder: symbol: TW64(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1337,7 +1337,7 @@ win64-aarch64-clang-20: local-toolchain: true treeherder: symbol: TWA64(clang-20) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1369,7 +1369,7 @@ linux64-clang-trunk-mingw-x86: cached_task: false treeherder: symbol: TMW(clang-trunk-x86) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -1397,7 +1397,7 @@ linux64-clang-trunk-mingw-x64: treeherder: symbol: TMW(clang-trunk-x64) tier: 1 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -1506,7 +1506,7 @@ linux64-clang-trunk: cached_task: false treeherder: symbol: TL(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1570,7 +1570,7 @@ linux64-aarch64-clang-trunk: cached_task: false treeherder: symbol: TLA64(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1696,7 +1696,7 @@ macosx64-clang-trunk: cached_task: false treeherder: symbol: TM(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1824,7 +1824,7 @@ macosx64-aarch64-clang-trunk: cached_task: false treeherder: symbol: TMA64(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1949,7 +1949,7 @@ win64-clang-trunk: cached_task: false treeherder: symbol: TW64(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -2018,7 +2018,7 @@ win64-aarch64-clang-trunk: cached_task: false treeherder: symbol: TWA64(clang-trunk) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: diff --git a/taskcluster/kinds/toolchain/compiler-rt.yml b/taskcluster/kinds/toolchain/compiler-rt.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: @@ -14,7 +14,7 @@ wasm32-wasi-compiler-rt-17: description: "wasm32-wasi Compiler-rt for Clang 17 toolchain build" treeherder: symbol: TL(wasi-crt-17) - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd run: script: build-compiler-rt-wasi.sh arguments: @@ -233,7 +233,7 @@ wasm32-wasi-compiler-rt-19: description: "wasm32-wasi Compiler-rt for Clang 19 toolchain build" treeherder: symbol: TL(wasi-crt-19) - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd run: script: build-compiler-rt-wasi.sh arguments: @@ -450,7 +450,7 @@ wasm32-wasi-compiler-rt-20: description: "wasm32-wasi Compiler-rt for Clang 20 toolchain build" treeherder: symbol: TL(wasi-crt-20) - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd run: script: build-compiler-rt-wasi.sh arguments: @@ -691,7 +691,7 @@ wasm32-wasi-compiler-rt-trunk: cached_task: false treeherder: symbol: TL(wasi-crt-trunk) - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd run: script: build-compiler-rt-wasi.sh arguments: diff --git a/taskcluster/kinds/toolchain/dist-toolchains.yml b/taskcluster/kinds/toolchain/dist-toolchains.yml @@ -6,7 +6,7 @@ task-defaults: description: "sccache-dist toolchain archive build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: using: toolchain-script script: build-dist-toolchains.sh diff --git a/taskcluster/kinds/toolchain/dump-syms.yml b/taskcluster/kinds/toolchain/dump-syms.yml @@ -6,7 +6,7 @@ task-defaults: attributes: local-toolchain: true description: "dump_syms toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: @@ -30,7 +30,7 @@ linux64-dump_syms: macosx64-dump_syms: treeherder: symbol: TM(dump_syms) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: arguments: ['x86_64-apple-darwin'] fetches: diff --git a/taskcluster/kinds/toolchain/dxc.yml b/taskcluster/kinds/toolchain/dxc.yml @@ -18,7 +18,7 @@ task-defaults: run: script: build-dxc.sh sparse-profile: null - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: env: MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system diff --git a/taskcluster/kinds/toolchain/fix-stacks.yml b/taskcluster/kinds/toolchain/fix-stacks.yml @@ -6,7 +6,7 @@ task-defaults: description: "fix-stacks toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/gcc.yml b/taskcluster/kinds/toolchain/gcc.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 3600 run: diff --git a/taskcluster/kinds/toolchain/geckodriver.yml b/taskcluster/kinds/toolchain/geckodriver.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "geckodriver toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run-on-projects: ['trunk'] diff --git a/taskcluster/kinds/toolchain/gn.yml b/taskcluster/kinds/toolchain/gn.yml @@ -6,7 +6,7 @@ task-defaults: description: "gn toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/grcov.yml b/taskcluster/kinds/toolchain/grcov.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "grcov toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/hostutils.yml b/taskcluster/kinds/toolchain/hostutils.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "hostutils toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/jj.yml b/taskcluster/kinds/toolchain/jj.yml @@ -6,7 +6,7 @@ task-defaults: description: "jj toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: diff --git a/taskcluster/kinds/toolchain/libunwind.yml b/taskcluster/kinds/toolchain/libunwind.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/libxml2.yml b/taskcluster/kinds/toolchain/libxml2.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 description: "libxml2 toolchain build" diff --git a/taskcluster/kinds/toolchain/llvm-symbolizer.yml b/taskcluster/kinds/toolchain/llvm-symbolizer.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/macos-sdk.yml b/taskcluster/kinds/toolchain/macos-sdk.yml @@ -5,7 +5,7 @@ task-defaults: attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: diff --git a/taskcluster/kinds/toolchain/mingw.yml b/taskcluster/kinds/toolchain/mingw.yml @@ -5,7 +5,7 @@ task-defaults: treeherder: tier: 2 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 3600 diff --git a/taskcluster/kinds/toolchain/minidump-stackwalk.yml b/taskcluster/kinds/toolchain/minidump-stackwalk.yml @@ -6,7 +6,7 @@ task-defaults: description: "minidump-stackwalk toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: diff --git a/taskcluster/kinds/toolchain/misc.yml b/taskcluster/kinds/toolchain/misc.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 use-python: default diff --git a/taskcluster/kinds/toolchain/nasm.yml b/taskcluster/kinds/toolchain/nasm.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/node.yml b/taskcluster/kinds/toolchain/node.yml @@ -6,7 +6,7 @@ task-defaults: description: "Node repack toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: @@ -26,7 +26,7 @@ linux64-node-22: description: "Node toolchain build" treeherder: symbol: TL(node-22) - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd run: script: build-nodejs.sh toolchain-alias: diff --git a/taskcluster/kinds/toolchain/onnx.yml b/taskcluster/kinds/toolchain/onnx.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 use-python: "3.11" diff --git a/taskcluster/kinds/toolchain/pkgconf.yml b/taskcluster/kinds/toolchain/pkgconf.yml @@ -8,7 +8,7 @@ task-defaults: description: "pkgconf toolchain build" worker: max-run-time: 1800 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-pkgconf.sh toolchain-artifact: public/build/pkgconf.tar.zst diff --git a/taskcluster/kinds/toolchain/python-wheels.yml b/taskcluster/kinds/toolchain/python-wheels.yml @@ -6,7 +6,7 @@ task-defaults: description: "python wheels build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 3600 run: diff --git a/taskcluster/kinds/toolchain/python.yml b/taskcluster/kinds/toolchain/python.yml @@ -6,7 +6,7 @@ task-defaults: description: "python repack" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 7200 run: diff --git a/taskcluster/kinds/toolchain/rust-size.yml b/taskcluster/kinds/toolchain/rust-size.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "rust-size toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/rust.yml b/taskcluster/kinds/toolchain/rust.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "rust repack" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 7200 run: @@ -100,7 +100,7 @@ linux64-rust-1.86: # build environment. See the rust fetch's comments for more details. linux64-rust-1.81-dev: description: "build rust from source" - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd treeherder: symbol: TL(rust-dev) worker: @@ -332,7 +332,7 @@ linux64-rust-nightly-dev: attributes: cached_task: false description: "build rust from source" - worker-type: b-linux-large-amd + worker-type: b-linux-docker-large-amd treeherder: symbol: TL(rust-dev-nightly) worker: diff --git a/taskcluster/kinds/toolchain/sccache.yml b/taskcluster/kinds/toolchain/sccache.yml @@ -8,7 +8,7 @@ task-defaults: local-toolchain: true treeherder: symbol: TL(sccache) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/sysroot.yml b/taskcluster/kinds/toolchain/sysroot.yml @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. --- task-defaults: - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 run: diff --git a/taskcluster/kinds/toolchain/uv.yml b/taskcluster/kinds/toolchain/uv.yml @@ -6,7 +6,7 @@ task-defaults: description: "uv toolchain build" attributes: local-toolchain: true - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: