Bug 1319228 - Build tup with nightly rust in automation. r=mshal

MozReview-Commit-ID: D6KhqHlVf1R

--HG--
extra : rebase_source : d23bc0670b049b1074895219b6ab92eaa41832fa
This commit is contained in:
Chris Manchester 2018-06-12 13:48:38 -07:00
parent fa5a347e98
commit 37fa51f7b5
2 changed files with 24 additions and 1 deletions

View File

@ -862,7 +862,7 @@ linux64-tup/opt:
toolchains:
- linux64-clang
- linux64-gcc
- linux64-rust
- linux64-rust-nightly
- linux64-sccache
- linux64-tup

View File

@ -415,6 +415,29 @@ linux64-rust-1.24:
toolchain-alias: linux64-rust
toolchain-artifact: public/build/rustc.tar.xz
linux64-rust-nightly:
description: "rust nightly repack"
treeherder:
kind: build
platform: toolchains/opt
symbol: TL(rust-nightly)
tier: 1
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
worker:
max-run-time: 7200
env:
UPLOAD_DIR: artifacts
run:
using: toolchain-script
script: repack_rust.py
arguments: [
'--channel', 'nightly-2018-05-21',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'i686-unknown-linux-gnu',
]
toolchain-artifact: public/build/rustc.tar.xz
linux64-rust-macos-1.24:
description: "rust repack with macos-cross support"
treeherder: