blob: 091868ccca8901458ceebba0fff862e8b6d19b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
description: "cctools-port toolchain build"
worker-type: b-linux
worker:
max-run-time: 1800
fetches:
fetch:
- cctools-port
- libtapi
linux64-cctools-port-clang-11:
treeherder:
symbol: TL(cctools-clang-11)
run:
script: build-cctools-port.sh
toolchain-alias: linux64-cctools-port
toolchain-artifact: public/build/cctools.tar.xz
tooltool-downloads: internal
fetches:
toolchain:
- linux64-clang-11
- linux64-binutils
|