Skip to content

Commit aab643f

Browse files
committed
Fill doc_url for Rust for Linux and Fuchsia jobs
1 parent 3cf1a68 commit aab643f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/github-actions/jobs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,13 @@ auto:
267267
# nightly features to compile, and this job would fail if
268268
# executed on beta and stable.
269269
only_on_channel: nightly
270+
doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
270271
<<: *job-linux-8c
271272

272273
# Tests integration with Rust for Linux.
273274
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
274275
- name: x86_64-rust-for-linux
276+
doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
275277
<<: *job-linux-4c
276278

277279
- name: x86_64-gnu

0 commit comments

Comments
 (0)