mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +03:00
GHA/windows: drop disk space step
For no apparent reason, this step sometimes fail with an unexplained
error and makes the job red.
Follow-up to be71475b13 #18150
This commit is contained in:
parent
bf6ae59ab1
commit
12b4cee11d
1 changed files with 0 additions and 15 deletions
15
.github/workflows/windows.yml
vendored
15
.github/workflows/windows.yml
vendored
|
|
@ -239,9 +239,6 @@ jobs:
|
||||||
make -C bld V=1 examples
|
make -C bld V=1 examples
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 'disk space used'
|
|
||||||
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 250KB bld
|
|
||||||
|
|
||||||
msys2: # both msys and mingw-w64
|
msys2: # both msys and mingw-w64
|
||||||
name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}"
|
name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}"
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -500,9 +497,6 @@ jobs:
|
||||||
make -C bld V=1 examples
|
make -C bld V=1 examples
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 'disk space used'
|
|
||||||
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 250KB bld
|
|
||||||
|
|
||||||
mingw-w64-standalone-downloads:
|
mingw-w64-standalone-downloads:
|
||||||
name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}'
|
name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}'
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -700,9 +694,6 @@ jobs:
|
||||||
PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH"
|
PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH"
|
||||||
cmake --build bld --target curl-examples-build
|
cmake --build bld --target curl-examples-build
|
||||||
|
|
||||||
- name: 'disk space used'
|
|
||||||
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 250KB bld
|
|
||||||
|
|
||||||
linux-cross-mingw-w64:
|
linux-cross-mingw-w64:
|
||||||
name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
|
name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -799,9 +790,6 @@ jobs:
|
||||||
make -C bld examples
|
make -C bld examples
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 'disk space used'
|
|
||||||
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 250KB bld
|
|
||||||
|
|
||||||
msvc:
|
msvc:
|
||||||
name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}'
|
name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}'
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -1101,6 +1089,3 @@ jobs:
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
if: ${{ contains(matrix.name, '+examples') }}
|
if: ${{ contains(matrix.name, '+examples') }}
|
||||||
run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5 --target curl-examples-build
|
run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5 --target curl-examples-build
|
||||||
|
|
||||||
- name: 'disk space used'
|
|
||||||
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 250KB bld
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue