Bug 1595218 - Update builders to rustc 1.39 r=froydnj

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2019-12-02 20:19:58 +00:00
parent d0751bba57
commit 2bbd0a4896
3 changed files with 88 additions and 10 deletions

View File

@ -35,5 +35,5 @@ rustc-dist-toolchain:
toolchain-artifact: public/build/rustc-dist-toolchain.tar.xz
fetches:
toolchain:
- linux64-rust-cross-1.38
- linux64-rust-cross-1.39
- linux64-sccache

View File

@ -189,7 +189,7 @@ wrench-deps:
fetch:
- android-rs-glue
toolchain:
- linux64-rust-1.37 # whatever m-c is built with
- linux64-rust-1.39 # whatever m-c is built with
lucetc:
description: "lucetc build process"

View File

@ -95,7 +95,7 @@ linux64-rust-1.37:
linux64-rust-1.38:
treeherder:
symbol: TL(rust)
symbol: TL(rust-1.38.0)
run:
arguments: [
'--channel', '1.38.0',
@ -104,6 +104,18 @@ linux64-rust-1.38:
'--target', 'i686-unknown-linux-gnu',
'--target', 'aarch64-unknown-linux-gnu',
]
linux64-rust-1.39:
treeherder:
symbol: TL(rust)
run:
arguments: [
'--channel', '1.39.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
'--target', 'aarch64-unknown-linux-gnu',
]
toolchain-alias: linux64-rust
linux64-rust-nightly:
@ -166,13 +178,13 @@ linux64-rust-macos-1.35:
'--target', 'x86_64-apple-darwin',
]
linux64-rust-cross-1.38:
linux64-rust-cross-1.39:
description: "rust repack with macos and windows cross support"
treeherder:
symbol: TL(rust-cross)
run:
arguments: [
'--channel', '1.38.0',
'--channel', '1.39.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
@ -208,7 +220,7 @@ linux64-rust-macos-1.37:
linux64-rust-macos-1.38:
description: "rust repack with macos-cross support"
treeherder:
symbol: TL(rust-macos)
symbol: TL(rust-macos-1.38)
run:
arguments: [
'--channel', '1.38.0',
@ -216,6 +228,18 @@ linux64-rust-macos-1.38:
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
]
linux64-rust-macos-1.39:
description: "rust repack with macos-cross support"
treeherder:
symbol: TL(rust-macos)
run:
arguments: [
'--channel', '1.39.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
]
toolchain-alias: linux64-rust-macos
linux64-rust-android-1.37:
@ -237,7 +261,7 @@ linux64-rust-android-1.37:
linux64-rust-android-1.38:
description: "rust repack with android-cross support"
treeherder:
symbol: TL(rust-android)
symbol: TL(rust-android-1.38)
run:
arguments: [
'--channel', '1.38.0',
@ -249,6 +273,22 @@ linux64-rust-android-1.38:
'--target', 'i686-linux-android',
'--target', 'x86_64-linux-android',
]
linux64-rust-android-1.39:
description: "rust repack with android-cross support"
treeherder:
symbol: TL(rust-android)
run:
arguments: [
'--channel', '1.39.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'armv7-linux-androideabi',
'--target', 'thumbv7neon-linux-androideabi',
'--target', 'aarch64-linux-android',
'--target', 'i686-linux-android',
'--target', 'x86_64-linux-android',
]
toolchain-alias: linux64-rust-android
linux64-rust-windows-1.37:
@ -267,7 +307,7 @@ linux64-rust-windows-1.37:
linux64-rust-windows-1.38:
description: "rust repack with windows-cross support"
treeherder:
symbol: TL(rust-win)
symbol: TL(rust-win-1.38)
run:
arguments: [
'--channel', '1.38.0',
@ -276,6 +316,19 @@ linux64-rust-windows-1.38:
'--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc',
]
linux64-rust-windows-1.39:
description: "rust repack with windows-cross support"
treeherder:
symbol: TL(rust-win)
run:
arguments: [
'--channel', '1.39.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc',
]
toolchain-alias: linux64-rust-windows
win64-rust-1.28:
@ -315,7 +368,7 @@ win64-rust-1.37:
win64-rust-1.38:
treeherder:
symbol: TW64(rust)
symbol: TW64(rust-1.38)
run:
arguments: [
'--channel', '1.38.0',
@ -324,6 +377,18 @@ win64-rust-1.38:
'--target', 'i686-pc-windows-msvc',
'--target', 'aarch64-pc-windows-msvc',
]
win64-rust-1.39:
treeherder:
symbol: TW64(rust)
run:
arguments: [
'--channel', '1.39.0',
'--host', 'x86_64-pc-windows-msvc',
'--target', 'x86_64-pc-windows-msvc',
'--target', 'i686-pc-windows-msvc',
'--target', 'aarch64-pc-windows-msvc',
]
toolchain-alias: win64-rust
mingw32-rust-1.31:
@ -354,7 +419,7 @@ mingw32-rust-1.37:
mingw32-rust-1.38:
treeherder:
symbol: TMW(rust)
symbol: TMW(rust-1.38)
run:
arguments: [
'--channel', '1.38.0',
@ -364,4 +429,17 @@ mingw32-rust-1.38:
'--target', 'x86_64-pc-windows-gnu',
'--target', 'x86_64-unknown-linux-gnu',
]
mingw32-rust-1.39:
treeherder:
symbol: TMW(rust)
run:
arguments: [
'--channel', '1.39.0',
'--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',
]
toolchain-alias: mingw32-rust