Skip to content

Commit

Permalink
Disable riscv64-gnu from pr/auto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 31, 2024
1 parent 20516fd commit 3214edb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ pr:
<<: *job-linux-16c
- image: x86_64-gnu-tools
<<: *job-linux-16c
# TODO: This is temporary and for testing https:/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
Expand Down Expand Up @@ -114,9 +111,6 @@ auto:
- image: armhf-gnu
<<: *job-linux-4c

- image: riscv64gc-gnu
<<: *job-linux-4c

- image: dist-aarch64-linux
env:
CODEGEN_BACKENDS: llvm,cranelift
Expand Down Expand Up @@ -155,10 +149,10 @@ auto:
- image: dist-powerpc64le-linux
<<: *job-linux-4c

- image: dist-riscv64-linux
- image: dist-s390x-linux
<<: *job-linux-4c

- image: dist-s390x-linux
- image: dist-riscv64-linux
<<: *job-linux-4c

- image: dist-various-1
Expand Down

0 comments on commit 3214edb

Please sign in to comment.