diff options
author | MacroFake <falke.marco@gmail.com> | 2022-10-02 14:01:51 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-10-02 14:01:54 +0200 |
commit | 3a230f4ce1288b132f02c625fecd60c736454a68 (patch) | |
tree | 9fc41f8450c98f18637a40ef0e9c3ca3b236ae8e | |
parent | f59e91511a3aa8b2770eeec7034ddc1a9dec918b (diff) | |
parent | 281e7c715d184a97368ee75b16b1adf612262288 (diff) |
Merge bitcoin/bitcoin#26211: ci: Bump vcpkg to the latest version `2022.09.27`
281e7c715d184a97368ee75b16b1adf612262288 ci: Bump vcpkg to the latest version `2022.09.27` (Hennadii Stepanov)
Pull request description:
Dependency changes in [vcpkg](https://github.com/microsoft/vcpkg) (2022.06.16.1 - [2022.09.27](https://github.com/microsoft/vcpkg/releases/tag/2022.09.27)):
- boost 1.79.0#0 -> 1.80.0#0
- sqlite3 3.37.2#1 -> 3.39.2#0
- zeromq 4.3.4#5 -> 4.3.4#6
The recent update was in bitcoin/bitcoin#25460.
ACKs for top commit:
sipsorcery:
tACK 281e7c715d184a97368ee75b16b1adf612262288.
Tree-SHA512: 624e2506eb16fb37d1ca0a71caa12e64f8709c0ddd280e3d1e0f6a8fa2a3667b0f8a2f52d553e096c9f8cd50e4e220e23a23fdb97076d7bcdfab0951e94909a1
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index de7b45c920..5a1217bbf8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -104,7 +104,7 @@ task: env: PATH: 'C:\jom;C:\Python39;C:\Python39\Scripts;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin;%PATH%' PYTHONUTF8: 1 - CI_VCPKG_TAG: '2022.06.16.1' + CI_VCPKG_TAG: '2022.09.27' VCPKG_DOWNLOADS: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\downloads' VCPKG_DEFAULT_BINARY_CACHE: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives' CCACHE_DIR: 'C:\Users\ContainerAdministrator\AppData\Local\ccache' |