Skip to content

Commit 6321089

Browse files
committed
Removed MinGW-w64 gcc 6.3 job from AppVeyor.
The compiler does not provide synchronization lib, which is needed by Boost.Atomic.
1 parent 2a5b53d commit 6321089

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ environment:
4040
- ARGS: toolset=gcc address-model=32 cxxstd=11,14
4141
PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH%
4242
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
43-
- ARGS: toolset=gcc address-model=64 cxxstd=11,14,1z
44-
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
45-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4643
- ARGS: toolset=gcc address-model=64 cxxstd=11,14,1z
4744
PATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%PATH%
4845
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

0 commit comments

Comments
 (0)