Skip to content

Commit 08d2a3a

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26891: ci: Update "Win64 native" task
46c31ee ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task (Hennadii Stepanov) 1039ed4 ci: Bump vcpkg to the latest version 2023.01.09 (Hennadii Stepanov) Pull request description: This PR bumps `vcpkg` and `ccache` versions. Dependency changes in `vcpkg` ([2022.09.27](https://github.com/microsoft/vcpkg/releases/tag/2022.09.27) - [2023.01.09](https://github.com/microsoft/vcpkg/releases/tag/2023.01.09)): - boost 1.80.0#0 -> 1.81.0#0 - libevent 2.1.12#6 -> libevent 2.1.12#7 - sqlite3 3.39.2#0 -> 3.40.0#1 Also see bitcoin/bitcoin#26866 (comment). Top commit has no ACKs. Tree-SHA512: 9f8fda9192f76526201098c0300261c37deb8f17be19f4bfec52c5d8c78f348a11df76dc6f2d23f556cfb30e7ae5ff750ef824f2b3e133d892fe24642b802033
2 parents ac4c79a + 46c31ee commit 08d2a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ task:
102102
env:
103103
PATH: 'C:\jom;C:\Python39;C:\Python39\Scripts;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin;%PATH%'
104104
PYTHONUTF8: 1
105-
CI_VCPKG_TAG: '2022.09.27'
105+
CI_VCPKG_TAG: '2023.01.09'
106106
VCPKG_DOWNLOADS: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\downloads'
107107
VCPKG_DEFAULT_BINARY_CACHE: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
108108
CCACHE_DIR: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
@@ -153,7 +153,7 @@ task:
153153
ccache_cache:
154154
folder: '%CCACHE_DIR%'
155155
install_tools_script:
156-
- choco install --yes --no-progress ccache --version=4.6.1
156+
- choco install --yes --no-progress ccache --version=4.7.4
157157
- choco install --yes --no-progress python3 --version=3.9.6
158158
- pip install zmq
159159
- ccache --version

0 commit comments

Comments
 (0)