tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d6bd08f3a8a7fa257c7b29679a7af8e6f12034f4
parent 777c3353d892b7b093be379c21df6cb39e5adc5a
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Tue,  9 Dec 2025 09:04:54 +0000

Bug 2004180 - Upgrade rust toolchain used to build toolchains to 1.87. r=firefox-build-system-reviewers,ahochheiden

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

Diffstat:
Mtaskcluster/kinds/toolchain/rust.yml | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/taskcluster/kinds/toolchain/rust.yml b/taskcluster/kinds/toolchain/rust.yml @@ -25,28 +25,28 @@ linux64-rust-1.82: toolchain-alias: - linux64-rust-base -linux64-rust-1.83: +linux64-rust-1.87: treeherder: - symbol: TL(rust-1.83) + symbol: TL(rust-1.87) run: arguments: [ - '--channel', '1.83.0', + '--channel', '1.87.0', '--host', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu', '--target', 'i686-unknown-linux-gnu', '--target', 'aarch64-unknown-linux-gnu', - '--target', 'wasm32-wasi', + '--target', 'wasm32-wasip1', ] toolchain-alias: - linux64-rust-toolchain -linux64-rust-macos-1.83: +linux64-rust-macos-1.87: description: "rust repack with macos-cross support" treeherder: - symbol: TL(rust-macos-1.83) + symbol: TL(rust-macos-1.87) run: arguments: [ - '--channel', '1.83.0', + '--channel', '1.87.0', '--host', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-apple-darwin', @@ -54,13 +54,13 @@ linux64-rust-macos-1.83: ] toolchain-alias: linux64-rust-macos-toolchain -linux64-rust-windows-1.83: +linux64-rust-windows-1.87: description: "rust repack with windows-cross support" treeherder: - symbol: TL(rust-win-1.83) + symbol: TL(rust-win-1.87) run: arguments: [ - '--channel', '1.83.0', + '--channel', '1.87.0', '--host', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-pc-windows-msvc',