From 3fa413e5f9d223b0eafc1a8aa8eb0375e9807b38 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 14 Jun 2025 12:08:06 +0300 Subject: [PATCH] Removed MinGW-w64 gcc 6 AppVeyor job. The compiler doesn't provide synchronization lib, which is needed by Boost.Atomic. --- appveyor.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4222047..4136bf0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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;