Skip to content

Commit 36fc992

Browse files
committed
Do not test on MinGW 32-bit any more
1 parent 0fd179f commit 36fc992

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ environment:
4545
TOOLSET: gcc
4646
CXXSTD: 03,11,14,1z
4747
VARIANT: release # "variant_get_test.o: File too big" errors in debug
48-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
49-
ADDPATH: C:\mingw\bin;
50-
TOOLSET: gcc
51-
CXXSTD: 03,11,14,1z
48+
# MinGW 32-bit is not supported by Boost.System any more
49+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
50+
# ADDPATH: C:\mingw\bin;
51+
# TOOLSET: gcc
52+
# CXXSTD: 03,11,14,1z
5253
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
5354
ADDPATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;
5455
TOOLSET: gcc

0 commit comments

Comments
 (0)