Skip to content

Commit f0e1e11

Browse files
committed
Add riscv64-gnu to PR tests
1 parent ddf54f1 commit f0e1e11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/github-actions/jobs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ pr:
8484
<<: *job-linux-16c
8585
- image: x86_64-gnu-tools
8686
<<: *job-linux-16c
87+
# TODO: This is temporary and for testing https://github.com/rust-lang/rust/pull/125669
88+
- image: riscv64gc-gnu
89+
<<: *job-linux-4c
8790

8891
# Jobs that run when you perform a try build (@bors try)
8992
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)