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:
Alexander Grund
2025-10-30 16:16:20 +01:00
parent 96d19ca968
commit f5566f941f

View File

@@ -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