Skip to content

Commit d6659ce

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 bd34871 + 2025041 commit d6659ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

0 commit comments

Comments
 (0)