diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-06-26 11:27:16 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-06-26 11:29:36 +0200 |
commit | 05b2d9fe076233961ebf24e74d47c57cc0618bbb (patch) | |
tree | a4111281364e23cc0d6fc98b0a8f2c15965bd3c6 /.cirrus.yml | |
parent | 460c6c724850f6bf1153000b060189332ebbdb35 (diff) |
build: Bump default `PlatformToolset` for Visual Studio 2022
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
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: |