Skip to content

Commit 038ea3a

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

File tree

6 files changed

+1
-244
lines changed

6 files changed

+1
-244
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
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/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)