Bug 1543469 - Update builders to rustc 1.34. r=glandium

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2019-04-11 22:46:46 +00:00
Родитель 18214ad3bf
Коммит 6680ead353
2 изменённых файлов: 11 добавлений и 11 удалений

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

@ -117,4 +117,4 @@ wrench-deps:
- 'taskcluster/scripts/misc/tooltool-download.sh' - 'taskcluster/scripts/misc/tooltool-download.sh'
toolchain-artifact: public/build/wrench-deps.tar.bz2 toolchain-artifact: public/build/wrench-deps.tar.bz2
toolchains: toolchains:
- linux64-rust-1.33 # whatever m-c is built with - linux64-rust-1.34 # whatever m-c is built with

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

@ -47,12 +47,12 @@ linux64-rust-1.32:
'--target', 'aarch64-unknown-linux-gnu', '--target', 'aarch64-unknown-linux-gnu',
] ]
linux64-rust-1.33: linux64-rust-1.34:
treeherder: treeherder:
symbol: TL(rust) symbol: TL(rust)
run: run:
arguments: [ arguments: [
'--channel', '1.33.0', '--channel', '1.34.0',
'--host', 'x86_64-unknown-linux-gnu', '--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu', '--target', 'i686-unknown-linux-gnu',
@ -96,13 +96,13 @@ linux64-rust-macos-1.32:
'--target', 'x86_64-apple-darwin', '--target', 'x86_64-apple-darwin',
] ]
linux64-rust-macos-1.33: linux64-rust-macos-1.34:
description: "rust repack with macos-cross support" description: "rust repack with macos-cross support"
treeherder: treeherder:
symbol: TL(rust-macos) symbol: TL(rust-macos)
run: run:
arguments: [ arguments: [
'--channel', '1.33.0', '--channel', '1.34.0',
'--host', 'x86_64-unknown-linux-gnu', '--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin', '--target', 'x86_64-apple-darwin',
@ -121,13 +121,13 @@ linux64-rust-nightly-macos:
'--target', 'x86_64-apple-darwin', '--target', 'x86_64-apple-darwin',
] ]
linux64-rust-android-1.33: linux64-rust-android-1.34:
description: "rust repack with android-cross support" description: "rust repack with android-cross support"
treeherder: treeherder:
symbol: TL(rust-android) symbol: TL(rust-android)
run: run:
arguments: [ arguments: [
'--channel', '1.33.0', '--channel', '1.34.0',
'--host', 'x86_64-unknown-linux-gnu', '--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu',
'--target', 'armv7-linux-androideabi', '--target', 'armv7-linux-androideabi',
@ -155,7 +155,7 @@ win64-rust-1.34:
symbol: TW64(rust) symbol: TW64(rust)
run: run:
arguments: [ arguments: [
'--channel', 'beta-2019-03-27', '--channel', '1.34.0',
'--host', 'x86_64-pc-windows-msvc', '--host', 'x86_64-pc-windows-msvc',
'--target', 'x86_64-pc-windows-msvc', '--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc', '--target', 'i686-pc-windows-msvc',
@ -182,7 +182,7 @@ win64-aarch64-rust:
symbol: TW64(rust-aarch64) symbol: TW64(rust-aarch64)
run: run:
arguments: [ arguments: [
'--channel', 'beta-2019-03-27', '--channel', '1.34.0',
'--host', 'x86_64-pc-windows-msvc', '--host', 'x86_64-pc-windows-msvc',
'--target', 'x86_64-pc-windows-msvc', '--target', 'x86_64-pc-windows-msvc',
'--target', 'aarch64-pc-windows-msvc', '--target', 'aarch64-pc-windows-msvc',
@ -203,12 +203,12 @@ mingw32-rust-1.31:
'--target', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu',
] ]
mingw32-rust-1.33: mingw32-rust-1.34:
treeherder: treeherder:
symbol: TMW(rust) symbol: TMW(rust)
run: run:
arguments: [ arguments: [
'--channel', '1.33.0', '--channel', '1.34.0',
'--host', 'x86_64-unknown-linux-gnu', '--host', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu', '--target', 'i686-unknown-linux-gnu',
'--target', 'i686-pc-windows-gnu', '--target', 'i686-pc-windows-gnu',