We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_url
1 parent 3cf1a68 commit aab643fCopy full SHA for aab643f
src/ci/github-actions/jobs.yml
@@ -267,11 +267,13 @@ auto:
267
# nightly features to compile, and this job would fail if
268
# executed on beta and stable.
269
only_on_channel: nightly
270
+ doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
271
<<: *job-linux-8c
272
273
# Tests integration with Rust for Linux.
274
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
275
- name: x86_64-rust-for-linux
276
+ doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
277
<<: *job-linux-4c
278
279
- name: x86_64-gnu
0 commit comments