Disabled 32-bit clang-win in AppVeyor because of "unable to load mspdbcore.dll" errors.

This commit is contained in:
Andrey Semashev 2021-10-09 11:18:24 +03:00
parent 09d24c0516
commit e8fc7cc2a1

View File

@ -29,8 +29,9 @@ environment:
ADDRMD: 32,64
CXXSTD: 14,17
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# clang-win 32 bit fails to link with "unable to load mspdbcore.dll (error code: 126)"
- TOOLSET: clang-win
ADDRMD: 32,64
ADDRMD: 64
CXXSTD: 14,17
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- TOOLSET: gcc