3 Jan
2021
3 Jan
'21
6:12 p.m.
Antony Polukhin wrote:
I see a bunch of CI failures https://apolukhin.github.io/en/developer.html for different versions of MSVC. There are some complains on 'cl':
compile-c-c++ ..\..\..\bin.v2\libs\type_index\test\track_13621.test\msvc-9.0\release\threading-multi\track_13621.obj 'cl' is not recognized as an internal or external command, operable program or batch file.
You need to pass address-model=32. The default is now 64 bit (inferred from PROCESSOR_ARCHITECTURE=AMD64 AFAICS), and not all Appveyor MSVC versions support 64 bit.