File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ jobs:
117
117
with :
118
118
fetch-depth : 2
119
119
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
+
120
126
# Free up disk space on Linux by removing preinstalled components that
121
127
# we do not need. We do this to enable some of the less resource
122
128
# intensive jobs to run on free runners, which however also have
Original file line number Diff line number Diff line change 1
1
Change this file to make users of the `download-ci-llvm` configuration download
2
2
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
3
3
4
- Last change is for: https://github.com/rust-lang/rust/pull/139931
4
+ Last change is for: ????
Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ auto:
544
544
env :
545
545
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
546
546
SCRIPT : make ci-msvc-py
547
- << : *job-windows
547
+ << : *job-windows-25-8c
548
548
549
549
- name : x86_64-msvc-2
550
550
env :
You can’t perform that action at this time.
0 commit comments