Bug 1504250 - Add Rust nightly toolchain for Mac cross compilation. r=froydnj

--HG--
extra : rebase_source : 67496e7d0a1ef70d0324cdbd45108a6876531fcf
extra : histedit_source : f81da6b7c5dfcf132b16797d3850666b5c4c71e4
This commit is contained in:
Marco Castelluccio 2018-11-02 11:52:15 +01:00
parent cfe6c44ef4
commit dea41b784a

View File

@ -559,6 +559,29 @@ linux64-rust-macos-1.30:
toolchain-alias: linux64-rust-macos toolchain-alias: linux64-rust-macos
toolchain-artifact: public/build/rustc.tar.xz toolchain-artifact: public/build/rustc.tar.xz
linux64-rust-nightly-macos:
description: "rust nightly repack with macos-cross support"
treeherder:
kind: build
platform: toolchains/opt
symbol: TL(rust-nightly-macos)
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-09-16',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-apple-darwin',
]
toolchain-artifact: public/build/rustc.tar.xz
linux64-rust-android-1.30: linux64-rust-android-1.30:
description: "rust repack with android-cross support" description: "rust repack with android-cross support"
treeherder: treeherder: