about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-03-13 14:46:46 +0100
committerJakub Beránek <berykubik@gmail.com>2025-03-13 14:46:46 +0100
commitaab643f4a75c41f45ad70855a2fb52d27a07225f (patch)
tree5d45ff5b9b10af7a7445401c41d8e8680e7878dc /src/ci/github-actions
parent3cf1a68280586e97173a33047af1ffdecedff078 (diff)
downloadrust-aab643f4a75c41f45ad70855a2fb52d27a07225f.tar.gz
rust-aab643f4a75c41f45ad70855a2fb52d27a07225f.zip
Fill `doc_url` for Rust for Linux and Fuchsia jobs
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index eba55338ff8..d8c3625af28 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -267,11 +267,13 @@ auto:
     # nightly features to compile, and this job would fail if
     # executed on beta and stable.
     only_on_channel: nightly
+    doc_url: https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html
     <<: *job-linux-8c
 
   # Tests integration with Rust for Linux.
   # Builds stage 1 compiler and tries to compile a few RfL examples with it.
   - name: x86_64-rust-for-linux
+    doc_url: https://rustc-dev-guide.rust-lang.org/tests/rust-for-linux.html
     <<: *job-linux-4c
 
   - name: x86_64-gnu