mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Install rustc-dev for nightly rust toolchain.
This commit is contained in:
parent
d671010e46
commit
6c4d5f4410
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ def with_rust_nightly():
|
||||||
.with_treeherder("Linux x64", "RustNightly")
|
.with_treeherder("Linux x64", "RustNightly")
|
||||||
.with_script("""
|
.with_script("""
|
||||||
echo "nightly" > rust-toolchain
|
echo "nightly" > rust-toolchain
|
||||||
|
rustup component add rustc-dev
|
||||||
./mach build --dev
|
./mach build --dev
|
||||||
./mach test-unit
|
./mach test-unit
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue