Bug 1727088 - Add `wasi-compiler-rt` to `clang-10` artifact. r=firefox-build-system-reviewers,glandium

Unfortunately we cannot move coverity builds to newer versions of clang so we are stick to clang-10.

Differential Revision: https://phabricator.services.mozilla.com/D123370
This commit is contained in:
Andi-Bogdan Postelnicu 2021-08-24 05:18:17 +00:00
Родитель 9dabb52dbd
Коммит 8e4de9338f
3 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,7 @@
"pgo" : true,
"build_libcxx": true,
"build_wasm": true,
"wasi-compiler-rt": "{MOZ_FETCHES_DIR}/compiler-rt",
"build_type": "Release",
"assertions": false,
"cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",

Просмотреть файл

@ -120,6 +120,7 @@ linux64-clang-10:
- linux64-binutils
- linux64-gcc-7
- linux64-toolchain-sysroot
- wasm32-wasi-compiler-rt-10
linux64-clang-11:
description: "Clang 11 toolchain build"

Просмотреть файл

@ -119,3 +119,15 @@ wasm32-wasi-compiler-rt-12:
fetch:
- clang-12
- wasi-sdk
wasm32-wasi-compiler-rt-10:
description: "wasm32-wasi Compiler-rt for Clang 10 toolchain build"
treeherder:
symbol: TL(wasi-crt-10)
worker-type: b-linux-xlarge
run:
script: build-compiler-rt-wasi.sh
fetches:
fetch:
- clang-10
- wasi-sdk