You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables Windows OpenSSL build to run on custom VM (#230)
We need this ability temporarily to work around a compiler bug in MSVC 14.43 (fine in 14.40 and apparently fixed in not-yet-released 14.44).
The "vcvarsall.bat options" parameter is for something like --vcvars_ver=14.44 to override the compiler version (which is not a reliable option, as it relies on precisely the right install layout... but it's the best we've got for this case)
0 commit comments