зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1605188 - Update builders to rustc 1.40 r=firefox-build-system-reviewers,rstewart
Differential Revision: https://phabricator.services.mozilla.com/D61042 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cd4e1066fd
Коммит
19dae3300c
|
@ -25,7 +25,7 @@ linux64-cbindgen:
|
|||
arguments: ['x86_64-unknown-linux-gnu']
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.39
|
||||
- linux64-rust-1.40
|
||||
|
||||
macosx64-cbindgen:
|
||||
treeherder:
|
||||
|
@ -46,7 +46,7 @@ macosx64-cbindgen:
|
|||
- linux64-cctools-port
|
||||
- linux64-clang-9
|
||||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos-1.39
|
||||
- linux64-rust-macos-1.40
|
||||
|
||||
win64-cbindgen:
|
||||
treeherder:
|
||||
|
@ -63,4 +63,4 @@ win64-cbindgen:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.39
|
||||
- win64-rust-1.40
|
||||
|
|
|
@ -35,5 +35,5 @@ rustc-dist-toolchain:
|
|||
toolchain-artifact: public/build/rustc-dist-toolchain.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-cross-1.39
|
||||
- linux64-rust-cross-1.40
|
||||
- linux64-sccache
|
||||
|
|
|
@ -19,7 +19,7 @@ linux64-grcov:
|
|||
symbol: TL(grcov)
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.39
|
||||
- linux64-rust-1.40
|
||||
|
||||
macosx64-grcov:
|
||||
treeherder:
|
||||
|
@ -29,7 +29,7 @@ macosx64-grcov:
|
|||
- try
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.39
|
||||
- linux64-rust-1.40
|
||||
|
||||
win64-grcov:
|
||||
treeherder:
|
||||
|
@ -45,4 +45,4 @@ win64-grcov:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.39
|
||||
- win64-rust-1.40
|
||||
|
|
|
@ -33,7 +33,7 @@ linux64-minidump-stackwalk:
|
|||
toolchain:
|
||||
- linux64-clang-9
|
||||
- linux64-binutils
|
||||
- linux64-rust-1.39
|
||||
- linux64-rust-1.40
|
||||
|
||||
macosx64-minidump-stackwalk:
|
||||
treeherder:
|
||||
|
@ -50,7 +50,7 @@ macosx64-minidump-stackwalk:
|
|||
toolchain:
|
||||
- linux64-cctools-port
|
||||
- linux64-clang-9
|
||||
- linux64-rust-macos-1.39
|
||||
- linux64-rust-macos-1.40
|
||||
|
||||
win32-minidump-stackwalk:
|
||||
treeherder:
|
||||
|
@ -62,4 +62,4 @@ win32-minidump-stackwalk:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang-mingw-x86
|
||||
- mingw32-rust-1.39
|
||||
- mingw32-rust-1.40
|
||||
|
|
|
@ -208,7 +208,7 @@ wgpu-deps:
|
|||
fetch:
|
||||
- android-rs-glue
|
||||
toolchain:
|
||||
- linux64-rust-1.39 # whatever m-c is built with
|
||||
- linux64-rust-1.40 # whatever m-c is built with
|
||||
|
||||
linux64-lucetc:
|
||||
description: "lucetc build process"
|
||||
|
|
|
@ -20,7 +20,7 @@ linux64-rust-size:
|
|||
toolchain-artifact: public/build/rust-size.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.39
|
||||
- linux64-rust-1.40
|
||||
|
||||
win64-rust-size:
|
||||
treeherder:
|
||||
|
@ -36,4 +36,4 @@ win64-rust-size:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.39
|
||||
- win64-rust-1.40
|
||||
|
|
|
@ -13,7 +13,7 @@ job-defaults:
|
|||
|
||||
linux64-rust-1.39:
|
||||
treeherder:
|
||||
symbol: TL(rust)
|
||||
symbol: TL(rust-1.39)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
|
@ -22,6 +22,18 @@ linux64-rust-1.39:
|
|||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'aarch64-unknown-linux-gnu',
|
||||
]
|
||||
|
||||
linux64-rust-1.40:
|
||||
treeherder:
|
||||
symbol: TL(rust)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'aarch64-unknown-linux-gnu',
|
||||
]
|
||||
toolchain-alias: linux64-rust
|
||||
|
||||
linux64-rust-nightly:
|
||||
|
@ -36,13 +48,13 @@ linux64-rust-nightly:
|
|||
'--target', 'i686-unknown-linux-gnu',
|
||||
]
|
||||
|
||||
linux64-rust-cross-1.39:
|
||||
linux64-rust-cross-1.40:
|
||||
description: "rust repack with macos and windows cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-cross)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-apple-darwin',
|
||||
|
@ -51,26 +63,26 @@ linux64-rust-cross-1.39:
|
|||
'--target', 'aarch64-pc-windows-msvc',
|
||||
]
|
||||
|
||||
linux64-rust-macos-1.39:
|
||||
linux64-rust-macos-1.40:
|
||||
description: "rust repack with macos-cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-macos)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-apple-darwin',
|
||||
]
|
||||
toolchain-alias: linux64-rust-macos
|
||||
|
||||
linux64-rust-android-1.39:
|
||||
linux64-rust-android-1.40:
|
||||
description: "rust repack with android-cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-android)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'armv7-linux-androideabi',
|
||||
|
@ -81,13 +93,13 @@ linux64-rust-android-1.39:
|
|||
]
|
||||
toolchain-alias: linux64-rust-android
|
||||
|
||||
linux64-rust-windows-1.39:
|
||||
linux64-rust-windows-1.40:
|
||||
description: "rust repack with windows-cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-win)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-pc-windows-msvc',
|
||||
|
@ -95,12 +107,12 @@ linux64-rust-windows-1.39:
|
|||
]
|
||||
toolchain-alias: linux64-rust-windows
|
||||
|
||||
win64-rust-1.39:
|
||||
win64-rust-1.40:
|
||||
treeherder:
|
||||
symbol: TW64(rust)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-pc-windows-msvc',
|
||||
'--target', 'x86_64-pc-windows-msvc',
|
||||
'--target', 'i686-pc-windows-msvc',
|
||||
|
@ -108,12 +120,12 @@ win64-rust-1.39:
|
|||
]
|
||||
toolchain-alias: win64-rust
|
||||
|
||||
mingw32-rust-1.39:
|
||||
mingw32-rust-1.40:
|
||||
treeherder:
|
||||
symbol: TMW(rust)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.39.0',
|
||||
'--channel', '1.40.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'i686-pc-windows-gnu',
|
||||
|
|
|
@ -47,7 +47,7 @@ macosx64-sccache:
|
|||
toolchain-artifact: public/build/sccache.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-macos-1.39
|
||||
- linux64-rust-macos-1.40
|
||||
- linux64-clang-9
|
||||
- linux64-cctools-port
|
||||
- linux64-llvm-dsymutil
|
||||
|
@ -68,4 +68,4 @@ win64-sccache:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.39
|
||||
- win64-rust-1.40
|
||||
|
|
Загрузка…
Ссылка в новой задаче