aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-26 11:27:16 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-26 11:29:36 +0200
commit05b2d9fe076233961ebf24e74d47c57cc0618bbb (patch)
treea4111281364e23cc0d6fc98b0a8f2c15965bd3c6 /.cirrus.yml
parent460c6c724850f6bf1153000b060189332ebbdb35 (diff)
downloadbitcoin-05b2d9fe076233961ebf24e74d47c57cc0618bbb.tar.xz
build: Bump default `PlatformToolset` for Visual Studio 2022
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 1b1e29ef17..ed10ef5455 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -180,7 +180,7 @@ task:
- '%x64_NATIVE_TOOLS%'
- cd %CIRRUS_WORKING_DIR%
- ccache --zero-stats --max-size=%CCACHE_SIZE%
- - python build_msvc\msvc-autogen.py -toolset v143
+ - python build_msvc\msvc-autogen.py
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
- ccache --show-stats
unit_tests_script: