-
Notifications
You must be signed in to change notification settings - Fork 218
OpenVINO/GenAI 12-08-2025 #3569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e82a316
to
da90190
Compare
@@ -187,6 +187,8 @@ WINDOWS_COMMON_STATIC_LIBS_COPTS = [ | |||
"/GS", | |||
"/DYNAMICBASE", | |||
"/Qspectre", | |||
"/wd4305", # abseil after switch to build tools 22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pragma?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To follow up
:msvc_bt | ||
echo [INFO] Using MSVC %VS_2022_BT% | ||
set BAZEL_VS=%VS_2022_BT% | ||
|
||
:: Bazel compilation settings end | ||
:msvc_end | ||
set "BAZEL_VC=%BAZEL_VS:"=%\VC" | ||
set "BAZEL_VC_FULL_VERSION=14.29.30133" | ||
set "BAZEL_VC_FULL_VERSION=14.44.35207" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check what happens when we remove this env
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we agreed with @atobiszei that it is more convenient to keep hardcoded version as @rasapala intended it to be.
this way, an user instead of seeing weird compilation error, will see that vc full version doesnt match. and we can upgrade it every X months and validate ourselves if OVMS still compiles with latest VC.
- Drop support for build tools 19, move to 22 (because xgrammar doesnt build with buildtools 19 - Patch nsync (dep of TF) to build on 22
Uh oh!
There was an error while loading. Please reload this page.