Skip to content

Commit 6f515fb

Browse files
committed
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.
1 parent 550e035 commit 6f515fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ auto:
167167
<<: *job-linux-4c
168168

169169
- name: dist-loongarch64-linux
170-
<<: *job-linux-4c
170+
<<: *job-linux-4c-largedisk
171171

172172
- name: dist-loongarch64-musl
173-
<<: *job-linux-4c
173+
<<: *job-linux-4c-largedisk
174174

175175
- name: dist-ohos
176176
<<: *job-linux-4c

0 commit comments

Comments
 (0)