Skip to content

Commit d1d1fb3

Browse files
authored
Merge pull request #2551 from rust-lang/rustc-pull
Rustc pull update
2 parents 06608ba + 721337b commit d1d1fb3

File tree

1,776 files changed

+34620
-18825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,776 files changed

+34620
-18825
lines changed

.github/workflows/ci.yml

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

120-
# Free up disk space on Linux and Windows by removing preinstalled components that
120+
# Free up disk space on Linux by removing preinstalled components that
121121
# we do not need. We do this to enable some of the less resource
122122
# intensive jobs to run on free runners, which however also have
123123
# less disk space.
124124
- name: free up disk space
125-
run: src/ci/scripts/free-disk-space.sh
125+
run: src/ci/scripts/free-disk-space-linux.sh
126126
if: matrix.free_disk
127127

128128
# If we don't need to free up disk space then just report how much space we have
@@ -223,11 +223,6 @@ jobs:
223223
cd src/ci/citool
224224
CARGO_INCREMENTAL=0 CARGO_TARGET_DIR=../../../build/citool cargo build
225225
226-
- name: wait for Windows disk cleanup to finish
227-
if: ${{ matrix.free_disk && startsWith(matrix.os, 'windows-') }}
228-
run: |
229-
python3 src/ci/scripts/free-disk-space-windows-wait.py
230-
231226
- name: run the build
232227
run: |
233228
set +e

0 commit comments

Comments
 (0)