diff options
| author | Flakebi <flakebi@t-online.de> | 2025-02-07 10:23:21 +0100 |
|---|---|---|
| committer | Flakebi <flakebi@t-online.de> | 2025-02-07 10:23:21 +0100 |
| commit | 6f515fbcff5c5a97489a0464b7d81b376c9691f7 (patch) | |
| tree | 350e624ef44647e2a142573c976d4e5195a4cf02 /src/ci/github-actions | |
| parent | 550e035a5943f7beb5dee71e005aeba1e33ff28e (diff) | |
| download | rust-6f515fbcff5c5a97489a0464b7d81b376c9691f7.tar.gz rust-6f515fbcff5c5a97489a0464b7d81b376c9691f7.zip | |
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.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 58a9eb69666..13fbfb51a9e 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 |
