no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / taskcluster / ci / toolchain / dist-toolchains.yml
blob31b60918e64b79e9ad938bf866045253dbcf1fac
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 job-defaults:
6     description: "sccache-dist toolchain archive build"
7     attributes:
8         local-toolchain: true
9     worker-type: b-linux-gcp
10     run:
11         using: toolchain-script
12         script: build-dist-toolchains.sh
14 clang-dist-toolchain:
15     treeherder:
16         symbol: TL(clang-dist)
17     worker:
18         max-run-time: 1800
19     run:
20         arguments: ['clang']
21         toolchain-artifact: public/build/clang-dist-toolchain.tar.xz
22     use-sccache: true
23     fetches:
24         toolchain:
25             - linux64-clang
26             - linux64-sccache
28 rustc-dist-toolchain:
29     treeherder:
30         symbol: TL(rustc-dist)
31     worker:
32         max-run-time: 1800
33     run:
34         arguments: ['rustc']
35         toolchain-artifact: public/build/rustc-dist-toolchain.tar.xz
36     use-sccache: true
37     fetches:
38         toolchain:
39             - linux64-rust-cross
40             - linux64-sccache