mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1834958 - Bump the minimum version of Rust to 1.66.0 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D179070
This commit is contained in:
parent
fcccb626e6
commit
64a8ebc1bf
@ -142,7 +142,7 @@ Here are the Rust versions for each Firefox version.
|
||||
| Firefox 113 | Rust 1.68.0 | 1.65.0 | 2023 March 9 | 2023 April 6 | 2023 May 9
|
||||
| Firefox 114 | Rust 1.69.0 | 1.65.0 | 2023 April 20 | 2023 May 4 | 2023 June 6
|
||||
| **Estimated** |
|
||||
| Firefox 115 | Rust 1.69.0 | ? | 2023 April 20 | 2023 June 1 | 2023 July 4
|
||||
| Firefox 115 | Rust 1.69.0 | 1.66.0 | 2023 April 20 | 2023 June 1 | 2023 July 4
|
||||
| Firefox 116 | Rust 1.70.0 | ? | 2023 June 1 | 2023 June 29 | 2023 August 1
|
||||
| Firefox 117 | Rust 1.71.0 | ? | 2023 July 13 | 2023 July 27 | 2023 August 29
|
||||
| Firefox 118 | Rust 1.71.0 | ? | 2023 July 13 | 2023 August 24 | 2023 September 26
|
||||
|
@ -11,7 +11,7 @@ import certifi
|
||||
from mach.site import PythonVirtualenv
|
||||
from mach.util import get_state_dir
|
||||
|
||||
MINIMUM_RUST_VERSION = "1.65.0"
|
||||
MINIMUM_RUST_VERSION = "1.66.0"
|
||||
|
||||
|
||||
def get_tools_dir(srcdir=False):
|
||||
|
@ -23,9 +23,22 @@ linux64-rust-1.65:
|
||||
'--target', 'wasm32-wasi',
|
||||
]
|
||||
toolchain-alias:
|
||||
- linux64-rust-base
|
||||
- linux64-rust-toolchain
|
||||
|
||||
linux64-rust-1.66:
|
||||
treeherder:
|
||||
symbol: TL(rust-1.66)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', '1.66.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'i686-unknown-linux-gnu',
|
||||
'--target', 'wasm32-wasi',
|
||||
]
|
||||
toolchain-alias:
|
||||
- linux64-rust-base
|
||||
|
||||
linux64-rust-1.69:
|
||||
treeherder:
|
||||
symbol: TL(rust)
|
||||
|
Loading…
Reference in New Issue
Block a user