aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-25 12:36:04 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-25 12:36:04 +0200
commitb9a5a9b68c1be9cb3b38c79c6633d8c558f56b7b (patch)
tree9637ec366d7deb4ec0ec976a1437588f129392f4 /.cirrus.yml
parent156bc89788034c509051e0635ed40694b8d717c6 (diff)
downloadbitcoin-b9a5a9b68c1be9cb3b38c79c6633d8c558f56b7b.tar.xz
ci: Limit ccache cache size properly on "Win64 native" task
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 60b5b33d37..1b831d7fc4 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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