mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Disabled 32-bit clang-win in AppVeyor because of "unable to load mspdbcore.dll" errors.
This commit is contained in:
parent
09d24c0516
commit
e8fc7cc2a1
@ -29,8 +29,9 @@ environment:
|
|||||||
ADDRMD: 32,64
|
ADDRMD: 32,64
|
||||||
CXXSTD: 14,17
|
CXXSTD: 14,17
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
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
|
- TOOLSET: clang-win
|
||||||
ADDRMD: 32,64
|
ADDRMD: 64
|
||||||
CXXSTD: 14,17
|
CXXSTD: 14,17
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
- TOOLSET: gcc
|
- TOOLSET: gcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user