diff options
| author | Ana Hobden <operator@hoverbear.org> | 2024-05-29 07:35:22 -0700 |
|---|---|---|
| committer | Ana Hobden <operator@hoverbear.org> | 2024-06-10 12:06:54 -0700 |
| commit | f2e7d79e0c7f3f20032b4c8755e949787abe695f (patch) | |
| tree | b46b9a360a6bceb8f22f2326cf5532455c4dd167 | |
| parent | aafa93feeeff5a2c24cf375923b5ce116bf96425 (diff) | |
Add riscv64-gnu to PR tests
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 8c1ca64f0c4..72d0ace0a13 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: This is temporary and for testing https://github.com/rust-lang/rust/pull/125669 + - image: riscv64gc-gnu + <<: *job-linux-4c # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating |
