diff options
Diffstat (limited to 'taskcluster/ci/toolchain/cctools-port.yml')
-rw-r--r-- | taskcluster/ci/toolchain/cctools-port.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/taskcluster/ci/toolchain/cctools-port.yml b/taskcluster/ci/toolchain/cctools-port.yml new file mode 100644 index 0000000000..091868ccca --- /dev/null +++ b/taskcluster/ci/toolchain/cctools-port.yml @@ -0,0 +1,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 |