Skip to content

Commit 3fa413e

Browse files
committed
Removed MinGW-w64 gcc 6 AppVeyor job.
The compiler doesn't provide synchronization lib, which is needed by Boost.Atomic.
1 parent 5a7e76d commit 3fa413e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2016, 2017 Peter Dimov
2-
# Copyright 2019-2022 Andrey Semashev
2+
# Copyright 2019-2025 Andrey Semashev
33
# Distributed under the Boost Software License, Version 1.0.
44
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
55

@@ -53,11 +53,6 @@ environment:
5353
ADDPATH: C:\cygwin64\bin;
5454
EXTRA_TESTS: 1
5555
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
56-
- TOOLSET: gcc
57-
CXXSTD: 11,14,1z
58-
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
59-
EXTRA_TESTS: 1
60-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
6156
- TOOLSET: gcc
6257
CXXSTD: 11,14,17
6358
ADDPATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;

0 commit comments

Comments
 (0)