mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
Disabled 32-bit clang-win in AppVeyor because of "unable to load mspdbcore.dll" errors.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user