Skip to content

Commit e073f90

Browse files
committed
ci: don't cleanup windows disk
1 parent 922958c commit e073f90

File tree

7 files changed

+2
-246
lines changed

7 files changed

+2
-246
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

src/ci/github-actions/jobs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runners:
2828

2929
- &job-windows
3030
os: windows-2025
31-
free_disk: true
3231
<<: *base-job
3332

3433
- &job-windows-8c

src/ci/scripts/free-disk-space-windows-start.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/ci/scripts/free-disk-space-windows-wait.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/ci/scripts/free-disk-space-windows.ps1

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/ci/scripts/free-disk-space.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/ci/scripts/free_disk_space_windows_util.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)