SERVER-115917 set specific Visual Studio and MSVC install version (#45577)

GitOrigin-RevId: afa10fd1f222edcb0a059013b1ff522417c72370
This commit is contained in:
Daniel Moody 2026-01-05 22:14:14 -06:00 committed by MongoDB Bot
parent 6a57b75a74
commit e4fcbbf92a

View File

@ -88,6 +88,8 @@ common:macos --repo_env=LLVM_VERSION=19
# Pin down the Microsoft Visual compiler. If you would like to use
# the default compiler version installed in this host, comment the line.
common:windows --repo_env=BAZEL_VS="C:/Program Files/Microsoft Visual Studio/2022/Professional"
common:windows --repo_env=BAZEL_VC="C:/Program Files/Microsoft Visual Studio/2022/Professional/VC"
common:windows --repo_env=BAZEL_VC_FULL_VERSION=14.31.31103
# Default the Visual C Redistribution to v14.3 for Windows installer.