Bug 1615003 - Require rustc 1.41 to build. r=dmajor

Differential Revision: https://phabricator.services.mozilla.com/D63372

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2020-02-27 16:21:13 +00:00
Родитель 07da030129
Коммит 9a39bce9e0
5 изменённых файлов: 7 добавлений и 19 удалений

Просмотреть файл

@ -148,7 +148,7 @@ def rust_compiler(rustc_info, cargo_info, build_project):
if build_project == 'tools/crashreporter':
rustc_min_version = Version('1.31.0')
else:
rustc_min_version = Version('1.39.0')
rustc_min_version = Version('1.41.0')
cargo_min_version = rustc_min_version
version = rustc_info.version

Просмотреть файл

@ -277,7 +277,7 @@ linux64-base-toolchains/opt:
toolchain:
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-1.39
- linux64-rust-1.41
- linux64-cbindgen
- linux64-sccache
- linux64-nasm-2.13.02
@ -317,7 +317,7 @@ linux64-base-toolchains/debug:
toolchain:
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-1.39
- linux64-rust-1.41
- linux64-cbindgen
- linux64-sccache
- linux64-nasm-2.13.02
@ -354,7 +354,7 @@ linux64-base-toolchains-clang/opt:
toolchain:
- linux64-binutils
- linux64-clang-5.0
- linux64-rust-1.39
- linux64-rust-1.41
- linux64-cbindgen
- linux64-nasm-2.13.02
- linux64-node
@ -392,7 +392,7 @@ linux64-base-toolchains-clang/debug:
toolchain:
- linux64-binutils
- linux64-clang-5.0
- linux64-rust-1.39
- linux64-rust-1.41
- linux64-cbindgen
- linux64-nasm-2.13.02
- linux64-node

Просмотреть файл

@ -190,7 +190,7 @@ wrench-deps:
fetch:
- android-rs-glue
toolchain:
- linux64-rust-1.39 # whatever m-c is built with
- linux64-rust-1.41 # whatever m-c is built with
wgpu-deps:
description: "Downloads all the crates needed for testing wgpu"

Просмотреть файл

@ -11,18 +11,6 @@ job-defaults:
script: repack_rust.py
toolchain-artifact: public/build/rustc.tar.xz
linux64-rust-1.39:
treeherder:
symbol: TL(rust-1.39)
run:
arguments: [
'--channel', '1.39.0',
'--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.41:
treeherder:
symbol: TL(rust)

Просмотреть файл

@ -23,7 +23,7 @@ linux64-sccache:
toolchain-artifact: public/build/sccache.tar.xz
fetches:
toolchain:
- linux64-rust-1.39
- linux64-rust-1.41
- linux64-binutils
macosx64-sccache: