diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 51ebe5b2f094e..cdac05343769c 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -91,6 +91,9 @@ pr: <<: *job-linux-16c - image: x86_64-gnu-tools <<: *job-linux-16c + # TODO: Temporary! Remove me prior to merge! + - image: riscv64gc-gnu + <<: *job-linux-16c # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating