зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1671555 - Upgrade all toolchains using rust 1.41 to 1.47. r=firefox-build-system-reviewers,dmajor
And remove the rust 1.41 toolchains. Differential Revision: https://phabricator.services.mozilla.com/D93732
This commit is contained in:
Родитель
1e7d4b5b37
Коммит
a22b90ec8c
|
@ -28,7 +28,7 @@ linux64-cbindgen:
|
|||
arguments: ['x86_64-unknown-linux-gnu']
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
macosx64-cbindgen:
|
||||
treeherder:
|
||||
|
@ -46,7 +46,7 @@ macosx64-cbindgen:
|
|||
- linux64-cctools-port-clang-9
|
||||
- linux64-clang-9
|
||||
- linux64-llvm-dsymutil
|
||||
- linux64-rust-macos-1.41
|
||||
- linux64-rust-macos-1.47
|
||||
|
||||
win64-cbindgen:
|
||||
treeherder:
|
||||
|
@ -63,4 +63,4 @@ win64-cbindgen:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.41
|
||||
- win64-rust-1.47
|
||||
|
|
|
@ -19,7 +19,7 @@ linux64-grcov:
|
|||
symbol: TL(grcov)
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
macosx64-grcov:
|
||||
treeherder:
|
||||
|
@ -28,7 +28,7 @@ macosx64-grcov:
|
|||
- trunk
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
win64-grcov:
|
||||
treeherder:
|
||||
|
@ -44,4 +44,4 @@ win64-grcov:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.41
|
||||
- win64-rust-1.47
|
||||
|
|
|
@ -33,7 +33,7 @@ linux64-minidump-stackwalk:
|
|||
toolchain:
|
||||
- linux64-clang-9
|
||||
- linux64-binutils
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
macosx64-minidump-stackwalk:
|
||||
treeherder:
|
||||
|
@ -50,7 +50,7 @@ macosx64-minidump-stackwalk:
|
|||
toolchain:
|
||||
- linux64-cctools-port-clang-9
|
||||
- linux64-clang-9
|
||||
- linux64-rust-macos-1.41
|
||||
- linux64-rust-macos-1.47
|
||||
|
||||
win32-minidump-stackwalk:
|
||||
treeherder:
|
||||
|
@ -62,4 +62,4 @@ win32-minidump-stackwalk:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang-mingw-x86
|
||||
- mingw32-rust-1.41
|
||||
- mingw32-rust-1.47
|
||||
|
|
|
@ -248,7 +248,7 @@ linux64-liblowercase:
|
|||
- build/liblowercase/
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
linux64-wine:
|
||||
description: "Wine build for Windows Cross Compile"
|
||||
|
@ -339,4 +339,4 @@ linux64-makecab:
|
|||
fetch:
|
||||
- makecab
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
|
|
@ -20,7 +20,7 @@ linux64-rust-size:
|
|||
toolchain-artifact: public/build/rust-size.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
|
||||
win64-rust-size:
|
||||
treeherder:
|
||||
|
@ -36,4 +36,4 @@ win64-rust-size:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.41
|
||||
- win64-rust-1.47
|
||||
|
|
|
@ -11,18 +11,6 @@ job-defaults:
|
|||
script: repack_rust.py
|
||||
toolchain-artifact: public/build/rustc.tar.zst
|
||||
|
||||
linux64-rust-1.41:
|
||||
treeherder:
|
||||
symbol: TL(rust-1.41)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.41.1',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'aarch64-unknown-linux-gnu',
|
||||
]
|
||||
|
||||
linux64-rust-1.43:
|
||||
treeherder:
|
||||
symbol: TL(rust-1.43)
|
||||
|
@ -97,18 +85,6 @@ linux64-rust-static-1.47:
|
|||
]
|
||||
toolchain-alias: linux64-rust-static
|
||||
|
||||
linux64-rust-macos-1.41:
|
||||
description: "rust repack with macos-cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-macos-1.41)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.41.1',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-apple-darwin',
|
||||
]
|
||||
|
||||
linux64-rust-macos-1.47:
|
||||
description: "rust repack with macos-cross support"
|
||||
treeherder:
|
||||
|
@ -157,18 +133,6 @@ linux64-rust-windows-1.47:
|
|||
]
|
||||
toolchain-alias: linux64-rust-windows
|
||||
|
||||
win64-rust-1.41:
|
||||
treeherder:
|
||||
symbol: TW64(rust-1.41)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.41.1',
|
||||
'--host', 'x86_64-pc-windows-msvc',
|
||||
'--target', 'x86_64-pc-windows-msvc',
|
||||
'--target', 'i686-pc-windows-msvc',
|
||||
'--target', 'aarch64-pc-windows-msvc',
|
||||
]
|
||||
|
||||
win64-rust-1.47:
|
||||
treeherder:
|
||||
symbol: TW64(rust)
|
||||
|
@ -182,19 +146,6 @@ win64-rust-1.47:
|
|||
]
|
||||
toolchain-alias: win64-rust
|
||||
|
||||
mingw32-rust-1.41:
|
||||
treeherder:
|
||||
symbol: TMW(rust-1.41)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.41.1',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'i686-pc-windows-gnu',
|
||||
'--target', 'x86_64-pc-windows-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
]
|
||||
|
||||
mingw32-rust-1.47:
|
||||
treeherder:
|
||||
symbol: TMW(rust)
|
||||
|
|
|
@ -26,7 +26,7 @@ linux64-sccache:
|
|||
toolchain-artifact: public/build/sccache.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-1.41
|
||||
- linux64-rust-1.47
|
||||
- linux64-binutils
|
||||
|
||||
macosx64-sccache:
|
||||
|
@ -45,7 +45,7 @@ macosx64-sccache:
|
|||
toolchain-artifact: public/build/sccache.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-rust-macos-1.41
|
||||
- linux64-rust-macos-1.47
|
||||
- linux64-clang-9
|
||||
- linux64-cctools-port-clang-9
|
||||
- linux64-llvm-dsymutil
|
||||
|
@ -66,4 +66,4 @@ win64-sccache:
|
|||
tooltool-downloads: internal
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-rust-1.41
|
||||
- win64-rust-1.47
|
||||
|
|
Загрузка…
Ссылка в новой задаче