Removed MinGW-w64 gcc 6 AppVeyor job.

The compiler doesn't provide synchronization lib, which is needed by
Boost.Atomic.
This commit is contained in:
Andrey Semashev
2025-06-14 12:08:06 +03:00
parent 5a7e76d556
commit 3fa413e5f9
+1 -6
View File
@@ -1,5 +1,5 @@
# Copyright 2016, 2017 Peter Dimov
# Copyright 2019-2022 Andrey Semashev
# Copyright 2019-2025 Andrey Semashev
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
@@ -53,11 +53,6 @@ environment:
ADDPATH: C:\cygwin64\bin;
EXTRA_TESTS: 1
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: gcc
CXXSTD: 11,14,1z
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
EXTRA_TESTS: 1
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: gcc
CXXSTD: 11,14,17
ADDPATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;