We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156bc89 commit b9a5a9bCopy full SHA for b9a5a9b
.cirrus.yml
@@ -179,7 +179,7 @@ task:
179
build_script:
180
- '%x64_NATIVE_TOOLS%'
181
- cd %CIRRUS_WORKING_DIR%
182
- - ccache --zero-stats
+ - ccache --zero-stats --max-size=%CCACHE_SIZE%
183
- python build_msvc\msvc-autogen.py -toolset v143
184
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
185
- ccache --show-stats
0 commit comments