Fill doc_url
for Rust for Linux and Fuchsia jobs
This commit is contained in:
parent
3cf1a68280
commit
aab643f4a7
1 changed files with 2 additions and 0 deletions
|
@ -267,11 +267,13 @@ auto:
|
||||||
# nightly features to compile, and this job would fail if
|
# nightly features to compile, and this job would fail if
|
||||||
# executed on beta and stable.
|
# executed on beta and stable.
|
||||||
only_on_channel: nightly
|
only_on_channel: nightly
|
||||||
|
doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
|
||||||
<<: *job-linux-8c
|
<<: *job-linux-8c
|
||||||
|
|
||||||
# Tests integration with Rust for Linux.
|
# Tests integration with Rust for Linux.
|
||||||
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
|
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
|
||||||
- name: x86_64-rust-for-linux
|
- name: x86_64-rust-for-linux
|
||||||
|
doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
|
||||||
<<: *job-linux-4c
|
<<: *job-linux-4c
|
||||||
|
|
||||||
- name: x86_64-gnu
|
- name: x86_64-gnu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue