We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95035b5 commit 3c8821fCopy full SHA for 3c8821f
src/ci/github-actions/jobs.yml
@@ -84,6 +84,9 @@ pr:
84
<<: *job-linux-16c
85
- image: x86_64-gnu-tools
86
87
+ # TODO: This is temporary and for testing https://github.com/rust-lang/rust/pull/125669
88
+ - image: riscv64gc-gnu
89
+ <<: *job-linux-4c
90
91
# Jobs that run when you perform a try build (@bors try)
92
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments