From a22b90ec8cfe84de5e908a7a6d4c9be57cdc6632 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 16 Oct 2020 15:57:03 +0000 Subject: [PATCH] Bug 1671555 - Upgrade all toolchains using rust 1.41 to 1.47. r=firefox-build-system-reviewers,dmajor And remove the rust 1.41 toolchains. Differential Revision: https://phabricator.services.mozilla.com/D93732 --- taskcluster/ci/toolchain/cbindgen.yml | 6 +-- taskcluster/ci/toolchain/grcov.yml | 6 +-- .../ci/toolchain/minidump_stackwalk.yml | 6 +-- taskcluster/ci/toolchain/misc.yml | 4 +- taskcluster/ci/toolchain/rust-size.yml | 4 +- taskcluster/ci/toolchain/rust.yml | 49 ------------------- taskcluster/ci/toolchain/sccache.yml | 6 +-- 7 files changed, 16 insertions(+), 65 deletions(-) diff --git a/taskcluster/ci/toolchain/cbindgen.yml b/taskcluster/ci/toolchain/cbindgen.yml index 0ffb1fc7e1fe..71deb641c895 100644 --- a/taskcluster/ci/toolchain/cbindgen.yml +++ b/taskcluster/ci/toolchain/cbindgen.yml @@ -28,7 +28,7 @@ linux64-cbindgen: arguments: ['x86_64-unknown-linux-gnu'] fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 macosx64-cbindgen: treeherder: @@ -46,7 +46,7 @@ macosx64-cbindgen: - linux64-cctools-port-clang-9 - linux64-clang-9 - linux64-llvm-dsymutil - - linux64-rust-macos-1.41 + - linux64-rust-macos-1.47 win64-cbindgen: treeherder: @@ -63,4 +63,4 @@ win64-cbindgen: tooltool-downloads: internal fetches: toolchain: - - win64-rust-1.41 + - win64-rust-1.47 diff --git a/taskcluster/ci/toolchain/grcov.yml b/taskcluster/ci/toolchain/grcov.yml index 7dc59790efbd..1dddcb243bbd 100644 --- a/taskcluster/ci/toolchain/grcov.yml +++ b/taskcluster/ci/toolchain/grcov.yml @@ -19,7 +19,7 @@ linux64-grcov: symbol: TL(grcov) fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 macosx64-grcov: treeherder: @@ -28,7 +28,7 @@ macosx64-grcov: - trunk fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 win64-grcov: treeherder: @@ -44,4 +44,4 @@ win64-grcov: tooltool-downloads: internal fetches: toolchain: - - win64-rust-1.41 + - win64-rust-1.47 diff --git a/taskcluster/ci/toolchain/minidump_stackwalk.yml b/taskcluster/ci/toolchain/minidump_stackwalk.yml index 6e3051642ca2..1295a22fddd9 100644 --- a/taskcluster/ci/toolchain/minidump_stackwalk.yml +++ b/taskcluster/ci/toolchain/minidump_stackwalk.yml @@ -33,7 +33,7 @@ linux64-minidump-stackwalk: toolchain: - linux64-clang-9 - linux64-binutils - - linux64-rust-1.41 + - linux64-rust-1.47 macosx64-minidump-stackwalk: treeherder: @@ -50,7 +50,7 @@ macosx64-minidump-stackwalk: toolchain: - linux64-cctools-port-clang-9 - linux64-clang-9 - - linux64-rust-macos-1.41 + - linux64-rust-macos-1.47 win32-minidump-stackwalk: treeherder: @@ -62,4 +62,4 @@ win32-minidump-stackwalk: fetches: toolchain: - linux64-clang-mingw-x86 - - mingw32-rust-1.41 + - mingw32-rust-1.47 diff --git a/taskcluster/ci/toolchain/misc.yml b/taskcluster/ci/toolchain/misc.yml index 80eed869497f..57972e3d4625 100644 --- a/taskcluster/ci/toolchain/misc.yml +++ b/taskcluster/ci/toolchain/misc.yml @@ -248,7 +248,7 @@ linux64-liblowercase: - build/liblowercase/ fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 linux64-wine: description: "Wine build for Windows Cross Compile" @@ -339,4 +339,4 @@ linux64-makecab: fetch: - makecab toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 diff --git a/taskcluster/ci/toolchain/rust-size.yml b/taskcluster/ci/toolchain/rust-size.yml index 4de6e0462aa4..feae43285606 100644 --- a/taskcluster/ci/toolchain/rust-size.yml +++ b/taskcluster/ci/toolchain/rust-size.yml @@ -20,7 +20,7 @@ linux64-rust-size: toolchain-artifact: public/build/rust-size.tar.xz fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 win64-rust-size: treeherder: @@ -36,4 +36,4 @@ win64-rust-size: tooltool-downloads: internal fetches: toolchain: - - win64-rust-1.41 + - win64-rust-1.47 diff --git a/taskcluster/ci/toolchain/rust.yml b/taskcluster/ci/toolchain/rust.yml index ea62bd0fb1d3..30f914fb56e1 100644 --- a/taskcluster/ci/toolchain/rust.yml +++ b/taskcluster/ci/toolchain/rust.yml @@ -11,18 +11,6 @@ job-defaults: script: repack_rust.py toolchain-artifact: public/build/rustc.tar.zst -linux64-rust-1.41: - treeherder: - symbol: TL(rust-1.41) - run: - arguments: [ - '--channel', '1.41.1', - '--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.43: treeherder: symbol: TL(rust-1.43) @@ -97,18 +85,6 @@ linux64-rust-static-1.47: ] toolchain-alias: linux64-rust-static -linux64-rust-macos-1.41: - description: "rust repack with macos-cross support" - treeherder: - symbol: TL(rust-macos-1.41) - run: - arguments: [ - '--channel', '1.41.1', - '--host', 'x86_64-unknown-linux-gnu', - '--target', 'x86_64-unknown-linux-gnu', - '--target', 'x86_64-apple-darwin', - ] - linux64-rust-macos-1.47: description: "rust repack with macos-cross support" treeherder: @@ -157,18 +133,6 @@ linux64-rust-windows-1.47: ] toolchain-alias: linux64-rust-windows -win64-rust-1.41: - treeherder: - symbol: TW64(rust-1.41) - run: - arguments: [ - '--channel', '1.41.1', - '--host', 'x86_64-pc-windows-msvc', - '--target', 'x86_64-pc-windows-msvc', - '--target', 'i686-pc-windows-msvc', - '--target', 'aarch64-pc-windows-msvc', - ] - win64-rust-1.47: treeherder: symbol: TW64(rust) @@ -182,19 +146,6 @@ win64-rust-1.47: ] toolchain-alias: win64-rust -mingw32-rust-1.41: - treeherder: - symbol: TMW(rust-1.41) - run: - arguments: [ - '--channel', '1.41.1', - '--host', 'x86_64-unknown-linux-gnu', - '--target', 'i686-unknown-linux-gnu', - '--target', 'i686-pc-windows-gnu', - '--target', 'x86_64-pc-windows-gnu', - '--target', 'x86_64-unknown-linux-gnu', - ] - mingw32-rust-1.47: treeherder: symbol: TMW(rust) diff --git a/taskcluster/ci/toolchain/sccache.yml b/taskcluster/ci/toolchain/sccache.yml index 654fc5688f70..7e3c36653086 100644 --- a/taskcluster/ci/toolchain/sccache.yml +++ b/taskcluster/ci/toolchain/sccache.yml @@ -26,7 +26,7 @@ linux64-sccache: toolchain-artifact: public/build/sccache.tar.xz fetches: toolchain: - - linux64-rust-1.41 + - linux64-rust-1.47 - linux64-binutils macosx64-sccache: @@ -45,7 +45,7 @@ macosx64-sccache: toolchain-artifact: public/build/sccache.tar.xz fetches: toolchain: - - linux64-rust-macos-1.41 + - linux64-rust-macos-1.47 - linux64-clang-9 - linux64-cctools-port-clang-9 - linux64-llvm-dsymutil @@ -66,4 +66,4 @@ win64-sccache: tooltool-downloads: internal fetches: toolchain: - - win64-rust-1.41 + - win64-rust-1.47