Skip to content

Commit 6057e7e

Browse files
author
MacroFake
committed
Merge bitcoin#25929: ci: Force ccache package version for MSVC build
cda6265 ci: Increase `windows_container` resources (Hennadii Stepanov) 905f614 ci: Force `ccache` package version for MSVC build (Hennadii Stepanov) Pull request description: The recent update of the `ccache` [package](https://community.chocolatey.org/packages/ccache) from 4.6.1 to [4.6.2](https://ccache.dev/releasenotes.html#_ccache_4_6_2) broke our MSVC CI build. This PR forces the working version 4.6.1. Top commit has no ACKs. Tree-SHA512: 8b06f768ad83f2c1eb51d60a20aa2bd3f2f11109523e2bb947baea5739345df39550aa029e16a36727acb4ebc5dc878e70cc998e49b5bd9808fef8b17f3f3c42
2 parents d36bec9 + cda6265 commit 6057e7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ task:
9797
name: "Win64 native [vs2022]"
9898
<< : *FILTER_TEMPLATE
9999
windows_container:
100-
cpu: 4
101-
memory: 8G
100+
cpu: 6
101+
memory: 12G
102102
image: cirrusci/windowsservercore:visualstudio2022
103103
timeout_in: 120m
104104
env:
@@ -162,7 +162,7 @@ task:
162162
ccache_cache:
163163
folder: '%CCACHE_DIR%'
164164
install_tools_script:
165-
- choco install --yes --no-progress ccache
165+
- choco install --yes --no-progress ccache --version=4.6.1
166166
- choco install --yes --no-progress python3 --version=3.9.6
167167
- pip install zmq
168168
- ccache --version

0 commit comments

Comments
 (0)