Skip to content

Commit a2808fa

Browse files
committed
Disable riscv64-gnu from pr/auto tests
1 parent 20516fd commit a2808fa

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/ci/github-actions/jobs.yml

-6
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ 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
9087

9188
# Jobs that run when you perform a try build (@bors try)
9289
# These jobs automatically inherit envs.try, to avoid repeating
@@ -114,9 +111,6 @@ auto:
114111
- image: armhf-gnu
115112
<<: *job-linux-4c
116113

117-
- image: riscv64gc-gnu
118-
<<: *job-linux-4c
119-
120114
- image: dist-aarch64-linux
121115
env:
122116
CODEGEN_BACKENDS: llvm,cranelift

0 commit comments

Comments
 (0)