dist-toolchains.yml (1165B)
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 task-defaults: 6 description: "sccache-dist toolchain archive build" 7 attributes: 8 local-toolchain: true 9 worker-type: b-linux-docker-amd 10 run: 11 using: toolchain-script 12 script: build-dist-toolchains.sh 13 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 toolchain-extract: false 23 use-sccache: true 24 fetches: 25 toolchain: 26 - linux64-clang 27 - linux64-sccache 28 29 rustc-dist-toolchain: 30 treeherder: 31 symbol: TL(rustc-dist) 32 worker: 33 max-run-time: 1800 34 run: 35 arguments: ['rustc'] 36 toolchain-artifact: public/build/rustc-dist-toolchain.tar.xz 37 toolchain-extract: false 38 use-sccache: true 39 fetches: 40 toolchain: 41 - linux64-rust-cross 42 - linux64-sccache