Bug 1783985 - Bump MSRV to 1.61.0. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D154340
This commit is contained in:
Mike Hommey 2022-08-16 00:56:23 +00:00
parent d6991deecb
commit 656eca9622
4 changed files with 6 additions and 19 deletions

View File

@ -69,7 +69,7 @@ Here are the Rust versions for each Firefox version.
| Firefox 103 | Rust 1.61.0 | 1.59.0 | 2022 May 19 | 2022 June 23 | 2022 July 27
| Firefox 104 | Rust 1.62.0 | 1.59.0 | 2022 June 30 | 2022 July 21 | 2022 August 23
| **Estimated** |
| Firefox 105 | Rust 1.63.0 | ? | 2022 August 11 | 2022 August 18 | 2022 September 20
| Firefox 105 | Rust 1.63.0 | 1.61.0 | 2022 August 11 | 2022 August 18 | 2022 September 20
| Firefox 106 | Rust 1.63.0 | ? | 2022 August 11 | 2022 September 15 | 2022 October 18
| Firefox 107 | Rust 1.64.0 | ? | 2022 September 22 | 2022 October 13 | 2022 November 15
| Firefox 108 | Rust 1.65.0 | ? | 2022 November 3 | 2022 November 10 | 2022 December 13

View File

@ -23,7 +23,7 @@ if sys.version_info < (3,):
else:
from urllib.request import urlopen
MINIMUM_RUST_VERSION = "1.59.0"
MINIMUM_RUST_VERSION = "1.61.0"
def get_tools_dir(srcdir=False):

View File

@ -38,7 +38,7 @@ linux64-base-toolchains/opt:
toolchain:
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-1.59
- linux64-rust-1.61
- linux64-cbindgen
- linux64-dump_syms
- linux64-sccache
@ -78,7 +78,7 @@ linux64-base-toolchains/debug:
toolchain:
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-1.59
- linux64-rust-1.61
- linux64-cbindgen
- linux64-dump_syms
- linux64-sccache
@ -114,7 +114,7 @@ linux64-base-toolchains-clang/opt:
toolchain:
- linux64-binutils-2.31.1
- linux64-clang-5.0
- linux64-rust-1.59
- linux64-rust-1.61
- linux64-cbindgen
- linux64-dump_syms
- linux64-nasm-2.14.02
@ -152,7 +152,7 @@ linux64-base-toolchains-clang/debug:
toolchain:
- linux64-binutils-2.31.1
- linux64-clang-5.0
- linux64-rust-1.59
- linux64-rust-1.61
- linux64-cbindgen
- linux64-dump_syms
- linux64-nasm-2.14.02

View File

@ -11,19 +11,6 @@ job-defaults:
script: repack_rust.py
toolchain-artifact: public/build/rustc.tar.zst
linux64-rust-1.59:
treeherder:
symbol: TL(rust-1.59)
run:
arguments: [
'--channel', '1.59.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
'--target', 'aarch64-unknown-linux-gnu',
'--target', 'wasm32-wasi',
]
linux64-rust-1.61:
treeherder:
symbol: TL(rust-1.61)