try seeing more details 3, make a job smaller (debug/static -> debug/shared)

This commit is contained in:
Viktor Szakats 2025-08-03 18:21:29 +02:00
parent 14a238467a
commit 047064faa5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -183,7 +183,7 @@ jobs:
fi
- name: 'diskspace used'
run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 50KB bld
msys2: # both msys and mingw-w64
name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}"
@ -410,7 +410,7 @@ jobs:
fi
- name: 'diskspace used'
run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 50KB bld
mingw-w64-standalone-downloads:
name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}'
@ -454,7 +454,7 @@ jobs:
env: 'i686'
ver: '6.4.0'
url: 'https://downloads.sourceforge.net/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/6.4.0/threads-win32/dwarf/i686-6.4.0-release-win32-dwarf-rt_v5-rev0.7z'
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF -DCMAKE_UNITY_BUILD=OFF'
config: '-DENABLE_DEBUG=ON -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF -DCMAKE_UNITY_BUILD=OFF'
type: 'Debug'
tflags: 'skiprun'
- name: 'schannel !examples' # mingw-w64 3.0
@ -592,7 +592,7 @@ jobs:
cmake --build bld --target curl-examples
- name: 'diskspace used'
run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 50KB bld
linux-cross-mingw-w64:
name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
@ -694,7 +694,7 @@ jobs:
fi
- name: 'diskspace used'
run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 50KB bld
msvc:
name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}'
@ -939,4 +939,4 @@ jobs:
run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5 --target curl-examples
- name: 'diskspace used'
run: du -sh -t 250KB ./* .; echo; du -h -t 50KB bld
run: du -sh .; echo; du -sh -t 250KB ./*; echo; du -h -t 50KB bld