about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-08 21:37:27 +0100
committerGitHub <noreply@github.com>2025-02-08 21:37:27 +0100
commit45771e43babdecb3b6a74776c8ebdc30e0f31d1c (patch)
treed8ac9a525e85ade678ed0369d307714b80dc1104
parentdbcd74e6d9b2141dd806aeb8729cae602a9c4e80 (diff)
parent6f515fbcff5c5a97489a0464b7d81b376c9691f7 (diff)
downloadrust-45771e43babdecb3b6a74776c8ebdc30e0f31d1c.tar.gz
rust-45771e43babdecb3b6a74776c8ebdc30e0f31d1c.zip
Rollup merge of #136679 - Flakebi:loongarch64-diskspace, r=marcoieni
ci: Use largedisk for loongarch

`dist-loongarch64-linux` and `dist-loongarch64-musl` seem to run out of disk space when adding the amdgpu LLVM backend. There are changes underway to free more disk space, but that may take a while, so it was suggested to switch the affected jobs to a largedisk runner until that is ready.
`dist-powerpc64-linux` is another job that ran out of disk space one time, but it succeeded the other times, so I did not include it here.

amdgpu target PR with more references to the failures: #134740

r? ```@marcoieni```
-rw-r--r--src/ci/github-actions/jobs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 92458bfaa34..341d82599fd 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -167,10 +167,10 @@ auto:
     <<: *job-linux-4c
 
   - name: dist-loongarch64-linux
-    <<: *job-linux-4c
+    <<: *job-linux-4c-largedisk
 
   - name: dist-loongarch64-musl
-    <<: *job-linux-4c
+    <<: *job-linux-4c-largedisk
 
   - name: dist-ohos
     <<: *job-linux-4c