SERVER-115917 set specific Visual Studio and MSVC install version (#45577)
GitOrigin-RevId: afa10fd1f222edcb0a059013b1ff522417c72370
This commit is contained in:
parent
6a57b75a74
commit
e4fcbbf92a
2
.bazelrc
2
.bazelrc
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user