Skip to content

Commit b9a5a9b

Browse files
committed
ci: Limit ccache cache size properly on "Win64 native" task
1 parent 156bc89 commit b9a5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ task:
179179
build_script:
180180
- '%x64_NATIVE_TOOLS%'
181181
- cd %CIRRUS_WORKING_DIR%
182-
- ccache --zero-stats
182+
- ccache --zero-stats --max-size=%CCACHE_SIZE%
183183
- python build_msvc\msvc-autogen.py -toolset v143
184184
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
185185
- ccache --show-stats

0 commit comments

Comments
 (0)