Re-enabled 32-bit clang-win AppVeyor job on VS2019 image.

32-bit clang does not fail with the mspdb error on the VS2019 image.
Apply the same env script workaround as for the 64-bit clang.
This commit is contained in:
Andrey Semashev 2021-10-10 13:59:26 +03:00
parent dcaf2c0e3b
commit 05e0d1688d

View File

@ -29,7 +29,11 @@ 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
CXXSTD: 14,17
ENV_SCRIPT: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- TOOLSET: clang-win
ADDRMD: 64
CXXSTD: 14,17