A lots of test failed with virtual studio 2019 cmake build #1910
Answered
by
thhous-msft
Kiddinglife
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
thhous-msft
Aug 15, 2021
Replies: 1 comment
-
Are you building for schannel TLS or openssl TLS? If building for Schannel, are you on Windows 11 Previews or Windows Server 2022. The Schannel builds do not work on Windows 10, and will fail all tests. The default is schannel, so if youre not passing flags, then Schannel will be the default. Also, it looks like youre building with cmake directly. Expecially on windows, we recommend that you use the Powershell build.ps1 script. It will make sure everything is in proper paths and easier to debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kiddinglife
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you building for schannel TLS or openssl TLS? If building for Schannel, are you on Windows 11 Previews or Windows Server 2022. The Schannel builds do not work on Windows 10, and will fail all tests. The default is schannel, so if youre not passing flags, then Schannel will be the default.
Also, it looks like youre building with cmake directly. Expecially on windows, we recommend that you use the Powershell build.ps1 script. It will make sure everything is in proper paths and easier to debug.