Bug 1758780 - Update builders to rustc 1.60. r=firefox-build-system-reviewers,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D143176
This commit is contained in:
Mike Hommey 2022-04-13 04:35:12 +00:00
parent d0e55e7fec
commit 49d9388ec2
3 changed files with 18 additions and 18 deletions

View File

@ -16,7 +16,7 @@ fn main() {
println!("cargo:rerun-if-changed=wrappers.cpp");
let ver = version().unwrap();
let max_oom_hook_version = Version::parse("1.61.0-alpha").unwrap();
let max_oom_hook_version = Version::parse("1.62.0-alpha").unwrap();
if ver < max_oom_hook_version {
println!("cargo:rustc-cfg=feature=\"oom_with_hook\"");

View File

@ -368,22 +368,22 @@ clang-trunk:
repo: https://github.com/llvm/llvm-project
branch: main
# This revision currently corresponds to rust nightly-2022-01-09,
# which is the first nightly with the version 1.60.0,
# This revision currently corresponds to rust nightly-2022-02-20,
# which is the first nightly with the version 1.61.0,
# so it should be as close as possible to the behaviour of
# stable-1.59.0.
# stable-1.60.0.
#
# We use this to build from source, so the resulting non-official
# artifacts will report their version as "1.60.0-dev", but will otherwise
# artifacts will report their version as "1.61.0-dev", but will otherwise
# behave like a nightly build. This means they will allow you to use
# unstable features like -Zbuild-std and sanitizers.
rust-1.60.0-dev:
description: Rust 1.60.0-dev source code
rust-1.61.0-dev:
description: Rust 1.61.0-dev source code
fetch:
type: git
include-dot-git: true
repo: https://github.com/rust-lang/rust/
revision: a7e2e33960e95d2eb1a2a2aeec169dba5f73de05
revision: 3b348d932aa5c9884310d025cf7c516023fd0d9a
wasi-sdk:
description: wasi-sdk source code

View File

@ -50,7 +50,7 @@ linux64-rust-1.59:
symbol: TL(rust)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
@ -81,7 +81,7 @@ linux64-rust-dev:
]
fetches:
fetch:
- rust-1.60.0-dev
- rust-1.61.0-dev
toolchain:
- linux64-clang-toolchain
- linux64-binutils
@ -93,7 +93,7 @@ linux64-rust-cross-1.59:
symbol: TL(rust-cross)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
@ -116,7 +116,7 @@ linux64-rust-static-1.59:
symbol: TL(rust-static)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-musl',
@ -144,7 +144,7 @@ linux64-rust-macos-1.59:
symbol: TL(rust-macos-1.59)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
@ -158,7 +158,7 @@ linux64-rust-android-1.59:
symbol: TL(rust-android)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'armv7-linux-androideabi',
@ -192,7 +192,7 @@ linux64-rust-windows-1.59:
symbol: TL(rust-win)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-pc-windows-msvc',
@ -217,7 +217,7 @@ win64-rust-1.59:
symbol: TW64(rust)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-pc-windows-msvc',
'--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc',
@ -230,7 +230,7 @@ macosx64-rust-1.59:
symbol: TM(rust)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-apple-darwin',
'--target', 'x86_64-apple-darwin',
]
@ -241,7 +241,7 @@ mingw32-rust-1.59:
symbol: TMW(rust)
run:
arguments: [
'--channel', '1.59.0',
'--channel', '1.60.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
'--target', 'i686-pc-windows-gnu',