2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Remove _WIN32_WINNT defines in CI configs.

This is to verify that Boost.Atomic and tests build on MinGW-w64
with default settings despute the too-low default value of _WIN32_WINNT.
This commit is contained in:
Andrey Semashev
2025-05-31 02:09:03 +03:00
parent 9ee34b2199
commit a8a43a8b6d
2 changed files with 3 additions and 4 deletions

View File

@@ -824,7 +824,6 @@ jobs:
os: windows-2022
- toolset: gcc
cxxstd64: "11-gnu,14-gnu,17-gnu,2a-gnu"
cxxflags: "-D_WIN32_WINNT=0x0A00"
os: windows-2019
- name: CMake MSVC tests

View File

@@ -51,13 +51,13 @@ environment:
ADDRESS_MODEL: 64
CXXSTD: 11,14,17,11-gnu,14-gnu,17-gnu
ADDPATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
B2_ARGS: instruction-set=native define=_WIN32_WINNT=0x0A00
B2_ARGS: instruction-set=native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: gcc
ADDRESS_MODEL: 64
CXXSTD: 11,14,17,2a,11-gnu,14-gnu,17-gnu,2a-gnu
ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
B2_ARGS: instruction-set=native define=_WIN32_WINNT=0x0A00
B2_ARGS: instruction-set=native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: msvc-14.0
@@ -91,7 +91,7 @@ environment:
ADDRESS_MODEL: 32
CXXSTD: 11,14,11-gnu,14-gnu
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin
B2_ARGS: instruction-set=native define=_WIN32_WINNT=0x0A00
B2_ARGS: instruction-set=native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- TEST_CMAKE: 1
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022