summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/toolchain/rust.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--taskcluster/ci/toolchain/rust.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/taskcluster/ci/toolchain/rust.yml b/taskcluster/ci/toolchain/rust.yml
index 62f4fd4747..437c497d71 100644
--- a/taskcluster/ci/toolchain/rust.yml
+++ b/taskcluster/ci/toolchain/rust.yml
@@ -26,12 +26,12 @@ linux64-rust-1.74:
- linux64-rust-base
- linux64-rust-toolchain
-linux64-rust-1.76:
+linux64-rust-1.77:
treeherder:
symbol: TL(rust)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
@@ -62,18 +62,18 @@ linux64-rust-dev:
]
fetches:
fetch:
- - rust-1.76.0
+ - rust-1.77.2
toolchain:
- linux64-clang-toolchain
- linux64-toolchain-sysroot
-linux64-rust-cross-1.76:
+linux64-rust-cross-1.77:
description: "rust repack with macos and windows cross support"
treeherder:
symbol: TL(rust-cross)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
@@ -90,13 +90,13 @@ linux64-rust-cross-1.76:
]
toolchain-alias: linux64-rust-cross
-linux64-rust-static-1.76:
+linux64-rust-static-1.77:
description: "rust repack with static linking support"
treeherder:
symbol: TL(rust-static)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'aarch64-unknown-linux-musl',
'--target', 'x86_64-unknown-linux-gnu',
@@ -120,13 +120,13 @@ linux64-rust-macos-1.70:
]
toolchain-alias: linux64-rust-macos-toolchain
-linux64-rust-macos-1.76:
+linux64-rust-macos-1.77:
description: "rust repack with macos-cross support"
treeherder:
symbol: TL(rust-macos)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
@@ -134,13 +134,13 @@ linux64-rust-macos-1.76:
]
toolchain-alias: linux64-rust-macos
-linux64-rust-ios-1.76:
+linux64-rust-ios-1.77:
description: "rust repack with ios-cross support"
treeherder:
symbol: TL(rust-ios)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'aarch64-apple-ios',
@@ -148,13 +148,13 @@ linux64-rust-ios-1.76:
]
toolchain-alias: linux64-rust-ios
-linux64-rust-android-1.76:
+linux64-rust-android-1.77:
description: "rust repack with android-cross support"
treeherder:
symbol: TL(rust-android)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'armv7-linux-androideabi',
@@ -179,13 +179,13 @@ linux64-rust-windows-1.70:
]
toolchain-alias: linux64-rust-windows-toolchain
-linux64-rust-windows-1.76:
+linux64-rust-windows-1.77:
description: "rust repack with windows-cross support"
treeherder:
symbol: TL(rust-win)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-pc-windows-msvc',
@@ -194,12 +194,12 @@ linux64-rust-windows-1.76:
]
toolchain-alias: linux64-rust-windows
-win64-rust-1.76:
+win64-rust-1.77:
treeherder:
symbol: TW64(rust)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-pc-windows-msvc',
'--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc',
@@ -207,23 +207,23 @@ win64-rust-1.76:
]
toolchain-alias: win64-rust
-macosx64-rust-1.76:
+macosx64-rust-1.77:
treeherder:
symbol: TM(rust)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-apple-darwin',
'--target', 'x86_64-apple-darwin',
]
toolchain-alias: macosx64-rust
-mingw32-rust-1.76:
+mingw32-rust-1.77:
treeherder:
symbol: TMW(rust)
run:
arguments: [
- '--channel', '1.76.0',
+ '--channel', '1.77.2',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
'--target', 'i686-pc-windows-gnu',