summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/toolchain/compiler-rt.yml
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/ci/toolchain/compiler-rt.yml')
-rw-r--r--taskcluster/ci/toolchain/compiler-rt.yml705
1 files changed, 0 insertions, 705 deletions
diff --git a/taskcluster/ci/toolchain/compiler-rt.yml b/taskcluster/ci/toolchain/compiler-rt.yml
deleted file mode 100644
index 631024fbf9..0000000000
--- a/taskcluster/ci/toolchain/compiler-rt.yml
+++ /dev/null
@@ -1,705 +0,0 @@
-# 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:
- worker-type: b-linux-gcp
- worker:
- max-run-time: 1800
- run:
- using: toolchain-script
- script: build-compiler-rt.sh
-
-wasm32-wasi-compiler-rt-8.0:
- description: "wasm32-wasi Compiler-rt for Clang 8 toolchain build"
- treeherder:
- symbol: TL(wasi-crt-8)
- worker-type: b-linux-xlarge-gcp
- run:
- script: build-compiler-rt-wasi.sh
- arguments:
- - wasi-sdk-11.patch
- resources:
- - taskcluster/scripts/misc/wasi-sdk-11.patch
- toolchain-artifact: public/build/compiler-rt-wasm32-wasi.tar.zst
- fetches:
- fetch:
- - clang-8.0
- - wasi-sdk-11
- toolchain:
- - linux64-clang-8.0-raw
-
-android-aarch64-compiler-rt-17:
- description: "android aarch64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TA(aarch64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - linux64-android-ndk-linux-repack
-
-android-arm-compiler-rt-17:
- description: "android arm Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TA(arm-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-armv7-linux-android.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - linux64-android-ndk-linux-repack
-
-android-x86-compiler-rt-17:
- description: "android x86 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TA(x86-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-linux-android.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - linux64-android-ndk-linux-repack
-
-android-x64-compiler-rt-17:
- description: "android x64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TA(x64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - linux64-android-ndk-linux-repack
-
-linux64-x86-compiler-rt-17:
- description: "Linux x86 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TL(x86-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - sysroot-i686-linux-gnu
-
-linux64-x64-compiler-rt-17:
- description: "Linux x64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TL(x64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - sysroot-x86_64-linux-gnu
-
-linux64-aarch64-compiler-rt-17:
- description: "Linux aarch64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TL(aarch64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - sysroot-aarch64-linux-gnu
-
-macosx64-x64-compiler-rt-17:
- description: "macOS x64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TM(x64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - macosx64-sdk-toolchain
-
-macosx64-aarch64-compiler-rt-17:
- description: "macOS aarch64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TM(aarch64-crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - macosx64-sdk-toolchain
-
-win32-compiler-rt-17:
- description: "win32 x86 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TW32(crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - vs-toolchain
-
-win64-compiler-rt-17:
- description: "win64 x64 Compiler-rt for Clang 17 toolchain build"
- treeherder:
- symbol: TW64(crt-17)
- run:
- arguments:
- - build/build-clang/clang-17.json
- resources:
- - build/build-clang/clang-17.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-17
- toolchain:
- - linux64-clang-17-stage1
- - vs-toolchain
-
-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-gcp
- run:
- script: build-compiler-rt-wasi.sh
- arguments:
- - wasi-sdk.patch
- resources:
- - taskcluster/scripts/misc/wasi-sdk.patch
- toolchain-artifact: public/build/compiler-rt-wasm32-wasi.tar.zst
- fetches:
- fetch:
- - clang-17
- - wasi-sdk
- toolchain:
- - linux64-clang-17-stage1
-
-android-aarch64-compiler-rt-18:
- description: "android aarch64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TA(aarch64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - linux64-android-ndk-linux-repack
-
-android-arm-compiler-rt-18:
- description: "android arm Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TA(arm-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-armv7-linux-android.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - linux64-android-ndk-linux-repack
-
-android-x86-compiler-rt-18:
- description: "android x86 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TA(x86-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-linux-android.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - linux64-android-ndk-linux-repack
-
-android-x64-compiler-rt-18:
- description: "android x64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TA(x64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - linux64-android-ndk-linux-repack
-
-linux64-x86-compiler-rt-18:
- description: "Linux x86 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TL(x86-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - sysroot-i686-linux-gnu
-
-linux64-x64-compiler-rt-18:
- description: "Linux x64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TL(x64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - sysroot-x86_64-linux-gnu
-
-linux64-aarch64-compiler-rt-18:
- description: "Linux aarch64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TL(aarch64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - sysroot-aarch64-linux-gnu
-
-macosx64-x64-compiler-rt-18:
- description: "macOS x64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TM(x64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - macosx64-sdk-toolchain
-
-macosx64-aarch64-compiler-rt-18:
- description: "macOS aarch64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TM(aarch64-crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - macosx64-sdk-toolchain
-
-win32-compiler-rt-18:
- description: "win32 x86 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TW32(crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - vs-toolchain
-
-win64-compiler-rt-18:
- description: "win64 x64 Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TW64(crt-18)
- run:
- arguments:
- - build/build-clang/clang-18.json
- resources:
- - build/build-clang/clang-18.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-18
- toolchain:
- - linux64-clang-18-stage1
- - vs-toolchain
-
-wasm32-wasi-compiler-rt-18:
- description: "wasm32-wasi Compiler-rt for Clang 18 toolchain build"
- treeherder:
- symbol: TL(wasi-crt-18)
- worker-type: b-linux-xlarge-gcp
- run:
- script: build-compiler-rt-wasi.sh
- arguments:
- - wasi-sdk.patch
- resources:
- - taskcluster/scripts/misc/wasi-sdk.patch
- toolchain-artifact: public/build/compiler-rt-wasm32-wasi.tar.zst
- fetches:
- fetch:
- - clang-18
- - wasi-sdk
- toolchain:
- - linux64-clang-18-stage1
-
-android-aarch64-compiler-rt-trunk:
- description: "android aarch64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TA(aarch64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - linux64-android-ndk-linux-repack
-
-android-arm-compiler-rt-trunk:
- description: "android arm Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TA(arm-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-armv7-linux-android.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - linux64-android-ndk-linux-repack
-
-android-x86-compiler-rt-trunk:
- description: "android x86 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TA(x86-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-linux-android.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - linux64-android-ndk-linux-repack
-
-android-x64-compiler-rt-trunk:
- description: "android x64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TA(x64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-linux-android.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - linux64-android-ndk-linux-repack
-
-linux64-x86-compiler-rt-trunk:
- description: "Linux x86 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TL(x86-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - sysroot-i686-linux-gnu
-
-linux64-x64-compiler-rt-trunk:
- description: "Linux x64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TL(x64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - sysroot-x86_64-linux-gnu
-
-linux64-aarch64-compiler-rt-trunk:
- description: "Linux aarch64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TL(aarch64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-unknown-linux-gnu.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - sysroot-aarch64-linux-gnu
-
-macosx64-x64-compiler-rt-trunk:
- description: "macOS x64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TM(x64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - macosx64-sdk-toolchain
-
-macosx64-aarch64-compiler-rt-trunk:
- description: "macOS aarch64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TM(aarch64-crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-aarch64-apple-darwin.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - macosx64-sdk-toolchain
-
-win32-compiler-rt-trunk:
- description: "win32 x86 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TW32(crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-i686-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - vs-toolchain
-
-win64-compiler-rt-trunk:
- description: "win64 x64 Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TW64(crt-trunk)
- run:
- arguments:
- - build/build-clang/clang-trunk.json
- resources:
- - build/build-clang/clang-trunk.json
- - taskcluster/scripts/misc/build-llvm-common.sh
- toolchain-artifact: public/build/compiler-rt-x86_64-pc-windows-msvc.tar.zst
- fetches:
- fetch:
- - clang-trunk
- toolchain:
- - linux64-clang-trunk-stage1
- - vs-toolchain
-
-wasm32-wasi-compiler-rt-trunk:
- description: "wasm32-wasi Compiler-rt for Clang trunk toolchain build"
- attributes:
- cached_task: false
- treeherder:
- symbol: TL(wasi-crt-trunk)
- worker-type: b-linux-xlarge-gcp
- run:
- script: build-compiler-rt-wasi.sh
- arguments:
- - wasi-sdk.patch
- resources:
- - taskcluster/scripts/misc/wasi-sdk.patch
- toolchain-artifact: public/build/compiler-rt-wasm32-wasi.tar.zst
- fetches:
- fetch:
- - clang-trunk
- - wasi-sdk
- toolchain:
- - linux64-clang-trunk-stage1