mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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_script("""
|
||||
echo "nightly" > rust-toolchain
|
||||
rustup component add rustc-dev
|
||||
./mach build --dev
|
||||
./mach test-unit
|
||||
""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue