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