From 90a47ff4efb7acb45c8cda7010e4901f43d959d2 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 25 Jun 2020 23:41:16 +0000 Subject: [PATCH] Bug 1648343 - Require rustc 1.43 to build. r=dmajor Differential Revision: https://phabricator.services.mozilla.com/D81246 --- build/moz.configure/rust.configure | 2 +- taskcluster/ci/build/linux.yml | 8 ++++---- taskcluster/ci/toolchain/misc.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index c1f8d6f65f64..aaa693059d95 100644 --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -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.41.0') + rustc_min_version = Version('1.43.0') cargo_min_version = rustc_min_version version = rustc_info.version diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index 18961c73ab78..7c2f41f99bf7 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -341,7 +341,7 @@ linux64-base-toolchains/opt: toolchain: - linux64-clang-5.0 - linux64-gcc-7 - - linux64-rust-1.41 + - linux64-rust-1.43 - linux64-cbindgen - linux64-sccache - linux64-nasm-2.14.02 @@ -383,7 +383,7 @@ linux64-base-toolchains/debug: toolchain: - linux64-clang-5.0 - linux64-gcc-7 - - linux64-rust-1.41 + - linux64-rust-1.43 - linux64-cbindgen - linux64-sccache - linux64-nasm-2.14.02 @@ -425,7 +425,7 @@ linux64-base-toolchains-clang/opt: toolchain: - linux64-binutils - linux64-clang-5.0 - - linux64-rust-1.41 + - linux64-rust-1.43 - linux64-cbindgen - linux64-nasm-2.14.02 - linux64-node @@ -465,7 +465,7 @@ linux64-base-toolchains-clang/debug: toolchain: - linux64-binutils - linux64-clang-5.0 - - linux64-rust-1.41 + - linux64-rust-1.43 - linux64-cbindgen - linux64-nasm-2.14.02 - linux64-node diff --git a/taskcluster/ci/toolchain/misc.yml b/taskcluster/ci/toolchain/misc.yml index 97d1106a24f0..0b8707599461 100644 --- a/taskcluster/ci/toolchain/misc.yml +++ b/taskcluster/ci/toolchain/misc.yml @@ -175,7 +175,7 @@ wrench-deps: fetch: - android-rs-glue toolchain: - - linux64-rust-1.41 # whatever m-c is built with + - linux64-rust-1.43 # whatever m-c is built with wgpu-deps: description: "Downloads all the crates needed for testing wgpu" @@ -193,7 +193,7 @@ wgpu-deps: fetch: - android-rs-glue toolchain: - - linux64-rust-1.41 # whatever m-c is built with + - linux64-rust-1.43 # whatever m-c is built with linux64-lucetc: description: "lucetc build process"