Skip to content

Commit 19c3765

Browse files
Auto merge of #144257 - ChrisDenton:free-diskspace, r=<try>
WIP r? `@ghost` try-job: x86_64-msvc-1
2 parents 6781992 + b660989 commit 19c3765

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ jobs:
117117
with:
118118
fetch-depth: 2
119119

120+
# Always print disk usage, even for jobs that don't free up disk space.
121+
- name: print disk usage
122+
run: |
123+
echo "disk usage:"
124+
df -h
125+
120126
# Free up disk space on Linux by removing preinstalled components that
121127
# we do not need. We do this to enable some of the less resource
122128
# intensive jobs to run on free runners, which however also have

src/bootstrap/download-ci-llvm-stamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Change this file to make users of the `download-ci-llvm` configuration download
22
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
33

4-
Last change is for: https://github.com/rust-lang/rust/pull/139931
4+
Last change is for: ????

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ auto:
544544
env:
545545
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
546546
SCRIPT: make ci-msvc-py
547-
<<: *job-windows
547+
<<: *job-windows-25-8c
548548

549549
- name: x86_64-msvc-2
550550
env:

0 commit comments

Comments
 (0)