-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
CMake: Windows: VS Community 2022 can't build or-tools anymore (cl.exe fatal error C1001) #3807
Comments
dev note: May be due to the last google3 sync, on my way to debug it... |
Yup, I spotted few of them in our CI already but the above crash block me to build locally and fix them... Otherwise concerning see: or-tools/ortools/constraint_solver/constraint_solver.cc Lines 173 to 179 in 85fc6ef
and
... On my way to fix them if I manage to update VisualStudio 17 to prevent cl.exe to crash ;) |
UPDATE:
dev note:
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -prerelease
|
seems github windows runner is playing with the VS Enterprise Version 2 weeks ago: Seems related to: |
Failing again since runner reuse 14.36 version...
ref: https://github.com/google/or-tools/actions/runs/6075019490/job/16480348923 |
When using Visual Studio Community 2022 (17.6.2) or-tools
main
branch fails to build...Here trace example:
ref: https://github.com/google/or-tools/actions/runs/5132839527/jobs/9234655226
TLDR: Need to bump to Visual Studio Community 17.7.0 or use the Enterprise version
The text was updated successfully, but these errors were encountered: