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 e593a30 commit 15d5fbbCopy full SHA for 15d5fbb
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