0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

ci: Limit ccache cache size properly on "Win64 native" task

This commit is contained in:
Hennadii Stepanov 2022-06-25 12:36:04 +02:00
parent 156bc89788
commit b9a5a9b68c
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -179,7 +179,7 @@ task:
build_script: build_script:
- '%x64_NATIVE_TOOLS%' - '%x64_NATIVE_TOOLS%'
- cd %CIRRUS_WORKING_DIR% - cd %CIRRUS_WORKING_DIR%
- ccache --zero-stats - ccache --zero-stats --max-size=%CCACHE_SIZE%
- python build_msvc\msvc-autogen.py -toolset v143 - python build_msvc\msvc-autogen.py -toolset v143
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo - msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
- ccache --show-stats - ccache --show-stats