mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-01-19 04:02:12 +00:00
Exclude 32 bit build from clang-cl Windows build (Appveyor)
The link step fails with > LINK : fatal error LNK1171: unable to load mspdbcore.dll (error code: 126) This seems to be a known issue on the "Visual Studio 2017" image.
This commit is contained in:
@@ -101,6 +101,8 @@ environment:
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
B2_CXXSTD: 11,14,17
|
||||
B2_TOOLSET: clang-win
|
||||
# clang-win 32 bit fails to link with "unable to load mspdbcore.dll (error code: 126)"
|
||||
B2_ADDRESS_MODEL: 64
|
||||
BOOTSTRAP_TOOLSET: vc141
|
||||
|
||||
- FLAVOR: clang-cl 18.1
|
||||
|
||||
Reference in New Issue
Block a user