mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
ci: Limit ccache cache size properly on "Win64 native" task
This commit is contained in:
parent
156bc89788
commit
b9a5a9b68c
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ task:
|
|||
build_script:
|
||||
- '%x64_NATIVE_TOOLS%'
|
||||
- cd %CIRRUS_WORKING_DIR%
|
||||
- ccache --zero-stats
|
||||
- ccache --zero-stats --max-size=%CCACHE_SIZE%
|
||||
- python build_msvc\msvc-autogen.py -toolset v143
|
||||
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
|
||||
- ccache --show-stats
|
||||
|
|
Loading…
Add table
Reference in a new issue