Skip to content

Commit 3214edb

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

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

src/ci/github-actions/jobs.yml

+2-8
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
@@ -155,10 +149,10 @@ auto:
155149
- image: dist-powerpc64le-linux
156150
<<: *job-linux-4c
157151

158-
- image: dist-riscv64-linux
152+
- image: dist-s390x-linux
159153
<<: *job-linux-4c
160154

161-
- image: dist-s390x-linux
155+
- image: dist-riscv64-linux
162156
<<: *job-linux-4c
163157

164158
- image: dist-various-1

0 commit comments

Comments
 (0)