Bug 1823698 - Port bug 1823591: Update CI builders to clang-16. r=dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D173188 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
68d1bb2a7d
Коммит
125477a4c5
|
@ -21,12 +21,12 @@ job-defaults:
|
||||||
# mozilla-central for Firefox builds, except that the Android compiler-rt
|
# mozilla-central for Firefox builds, except that the Android compiler-rt
|
||||||
# pieces have been left out.
|
# pieces have been left out.
|
||||||
|
|
||||||
linux64-clang-15:
|
linux64-clang-16:
|
||||||
description: "Clang 15 toolchain build"
|
description: "Clang 16 toolchain build"
|
||||||
attributes:
|
attributes:
|
||||||
local-toolchain: true
|
local-toolchain: true
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: TL(clang-15)
|
symbol: TL(clang-16)
|
||||||
worker-type: b-linux-gcp
|
worker-type: b-linux-gcp
|
||||||
worker:
|
worker:
|
||||||
max-run-time: 600
|
max-run-time: 600
|
||||||
|
@ -40,22 +40,22 @@ linux64-clang-15:
|
||||||
fetches:
|
fetches:
|
||||||
toolchain:
|
toolchain:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-15-raw
|
- linux64-clang-16-raw
|
||||||
- linux64-aarch64-compiler-rt-15
|
- linux64-aarch64-compiler-rt-16
|
||||||
- linux64-x64-compiler-rt-15
|
- linux64-x64-compiler-rt-16
|
||||||
- linux64-x86-compiler-rt-15
|
- linux64-x86-compiler-rt-16
|
||||||
- macosx64-aarch64-compiler-rt-15
|
- macosx64-aarch64-compiler-rt-16
|
||||||
- macosx64-x64-compiler-rt-15
|
- macosx64-x64-compiler-rt-16
|
||||||
- wasm32-wasi-compiler-rt-15
|
- wasm32-wasi-compiler-rt-16
|
||||||
- win32-compiler-rt-15
|
- win32-compiler-rt-16
|
||||||
- win64-compiler-rt-15
|
- win64-compiler-rt-16
|
||||||
|
|
||||||
win64-clang-15:
|
win64-clang-16:
|
||||||
description: "Clang-cl 15 toolchain build"
|
description: "Clang-cl 16 toolchain build"
|
||||||
attributes:
|
attributes:
|
||||||
local-toolchain: true
|
local-toolchain: true
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: TW64(clang-15)
|
symbol: TW64(clang-16)
|
||||||
worker-type: b-linux-gcp
|
worker-type: b-linux-gcp
|
||||||
worker:
|
worker:
|
||||||
max-run-time: 600
|
max-run-time: 600
|
||||||
|
@ -69,12 +69,12 @@ win64-clang-15:
|
||||||
fetches:
|
fetches:
|
||||||
toolchain:
|
toolchain:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- win64-clang-15-raw
|
- win64-clang-16-raw
|
||||||
- linux64-aarch64-compiler-rt-15
|
- linux64-aarch64-compiler-rt-16
|
||||||
- linux64-x64-compiler-rt-15
|
- linux64-x64-compiler-rt-16
|
||||||
- linux64-x86-compiler-rt-15
|
- linux64-x86-compiler-rt-16
|
||||||
- macosx64-aarch64-compiler-rt-15
|
- macosx64-aarch64-compiler-rt-16
|
||||||
- macosx64-x64-compiler-rt-15
|
- macosx64-x64-compiler-rt-16
|
||||||
- wasm32-wasi-compiler-rt-15
|
- wasm32-wasi-compiler-rt-16
|
||||||
- win32-compiler-rt-15
|
- win32-compiler-rt-16
|
||||||
- win64-compiler-rt-15
|
- win64-compiler-rt-16
|
||||||
|
|
|
@ -10,15 +10,15 @@ kind-dependencies:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
reference-jobs:
|
reference-jobs:
|
||||||
- linux64-aarch64-compiler-rt-15
|
- linux64-aarch64-compiler-rt-16
|
||||||
- linux64-binutils
|
- linux64-binutils
|
||||||
- linux64-cbindgen
|
- linux64-cbindgen
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-15-profile
|
- linux64-clang-16-profile
|
||||||
- linux64-clang-15-raw
|
- linux64-clang-16-raw
|
||||||
- linux64-clang-mingw-x64
|
- linux64-clang-mingw-x64
|
||||||
- linux64-clang-mingw-x86
|
- linux64-clang-mingw-x86
|
||||||
- linux64-clang-15-stage1
|
- linux64-clang-16-stage1
|
||||||
- linux64-clang-tidy
|
- linux64-clang-tidy
|
||||||
- linux64-dump_syms
|
- linux64-dump_syms
|
||||||
- linux64-fix-stacks
|
- linux64-fix-stacks
|
||||||
|
@ -49,16 +49,16 @@ reference-jobs:
|
||||||
- linux64-upx
|
- linux64-upx
|
||||||
- linux64-winchecksec
|
- linux64-winchecksec
|
||||||
- linux64-wine
|
- linux64-wine
|
||||||
- linux64-x64-compiler-rt-15
|
- linux64-x64-compiler-rt-16
|
||||||
- linux64-x86-compiler-rt-15
|
- linux64-x86-compiler-rt-16
|
||||||
- linux64-python
|
- linux64-python
|
||||||
- macosx64-aarch64-compiler-rt-15
|
- macosx64-aarch64-compiler-rt-16
|
||||||
- macosx64-clang-15-raw
|
- macosx64-clang-16-raw
|
||||||
- macosx64-fix-stacks
|
- macosx64-fix-stacks
|
||||||
- macosx64-minidump-stackwalk
|
- macosx64-minidump-stackwalk
|
||||||
- macosx64-node
|
- macosx64-node
|
||||||
- macosx64-sdk-13.0
|
- macosx64-sdk-13.0
|
||||||
- macosx64-x64-compiler-rt-15
|
- macosx64-x64-compiler-rt-16
|
||||||
- mingw32-rust
|
- mingw32-rust
|
||||||
- nsis
|
- nsis
|
||||||
- sysroot-aarch64-linux-gnu
|
- sysroot-aarch64-linux-gnu
|
||||||
|
@ -66,14 +66,14 @@ reference-jobs:
|
||||||
- sysroot-wasm32-wasi
|
- sysroot-wasm32-wasi
|
||||||
- sysroot-x86_64-linux-gnu
|
- sysroot-x86_64-linux-gnu
|
||||||
- wasm32-wasi-compiler-rt
|
- wasm32-wasi-compiler-rt
|
||||||
- win32-compiler-rt-15
|
- win32-compiler-rt-16
|
||||||
- win32-fix-stacks
|
- win32-fix-stacks
|
||||||
- win32-minidump-stackwalk
|
- win32-minidump-stackwalk
|
||||||
- win32-node
|
- win32-node
|
||||||
- win64-cbindgen
|
- win64-cbindgen
|
||||||
- win64-clang-15-raw
|
- win64-clang-16-raw
|
||||||
- win64-clang-15-stage1
|
- win64-clang-16-stage1
|
||||||
- win64-compiler-rt-15
|
- win64-compiler-rt-16
|
||||||
- win64-dump_syms
|
- win64-dump_syms
|
||||||
- win64-llvm-symbolizer
|
- win64-llvm-symbolizer
|
||||||
- win64-mozmake
|
- win64-mozmake
|
||||||
|
|
Загрузка…
Ссылка в новой задаче