about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAna Hobden <operator@hoverbear.org>2024-06-10 13:25:56 -0700
committerAna Hobden <operator@hoverbear.org>2024-06-10 13:25:56 -0700
commite1b489db8803a233d2d6633cc6aae513e0867224 (patch)
treee33c11b603f5176ab5467d9d0d9777bb0cef3eff
parent4c4eb39bc50230f5d50f451f323cfef2e70962d6 (diff)
downloadrust-e1b489db8803a233d2d6633cc6aae513e0867224.tar.gz
rust-e1b489db8803a233d2d6633cc6aae513e0867224.zip
Re-disable riscv64-gnu test
-rw-r--r--src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile (renamed from src/ci/docker/host-x86_64/riscv64gc-gnu/Dockerfile)0
-rw-r--r--src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/linux.config (renamed from src/ci/docker/host-x86_64/riscv64gc-gnu/linux.config)0
-rw-r--r--src/ci/github-actions/jobs.yml6
3 files changed, 0 insertions, 6 deletions
diff --git a/src/ci/docker/host-x86_64/riscv64gc-gnu/Dockerfile b/src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile
index a9ffa5918b5..a9ffa5918b5 100644
--- a/src/ci/docker/host-x86_64/riscv64gc-gnu/Dockerfile
+++ b/src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile
diff --git a/src/ci/docker/host-x86_64/riscv64gc-gnu/linux.config b/src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/linux.config
index 5142664742f..5142664742f 100644
--- a/src/ci/docker/host-x86_64/riscv64gc-gnu/linux.config
+++ b/src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/linux.config
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 72d0ace0a13..48c39d2c33e 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -91,9 +91,6 @@ 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
@@ -121,9 +118,6 @@ auto:
   - image: armhf-gnu
     <<: *job-linux-4c
 
-  - image: riscv64gc-gnu
-    <<: *job-linux-4c
-
   - image: dist-aarch64-linux
     env:
       CODEGEN_BACKENDS: llvm,cranelift