Skip to content

Commit bfdd4ca

Browse files
Auto merge of #147518 - dianqk:update-llvm, r=<try>
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
2 parents acf2437 + 878e69c commit bfdd4ca

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ jobs:
246246
run: src/ci/scripts/create-doc-artifacts.sh
247247

248248
- name: print disk usage
249+
# We also want to know the disk usage when the job fails.
250+
if: always()
249251
run: |
250252
echo "disk usage:"
251253
df -h

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ auto:
370370
<<: *job-linux-4c
371371

372372
- name: x86_64-gnu-distcheck
373-
<<: *job-linux-4c
373+
<<: *job-linux-4c-largedisk
374374

375375
# The x86_64-gnu-llvm-20 job is split into multiple jobs to run tests in parallel.
376376
# x86_64-gnu-llvm-20-1 skips tests that run in x86_64-gnu-llvm-20-{2,3}.

0 commit comments

Comments
 (0)