We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e69568 commit 1a75fe8Copy full SHA for 1a75fe8
src/ci/github-actions/jobs.yml
@@ -91,6 +91,9 @@ pr:
91
<<: *job-linux-16c
92
- image: x86_64-gnu-tools
93
94
+ # TODO: Temporary! Remove me prior to merge!
95
+ - image: riscv64gc-gnu
96
+ <<: *job-linux-16c
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