Install rustc-dev for nightly rust toolchain.

This commit is contained in:
Josh Matthews 2019-10-31 11:29:32 -04:00 committed by GitHub
parent d671010e46
commit 6c4d5f4410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,7 @@ def with_rust_nightly():
.with_treeherder("Linux x64", "RustNightly")
.with_script("""
echo "nightly" > rust-toolchain
rustup component add rustc-dev
./mach build --dev
./mach test-unit
""")