-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Release vcpkg-tool 2025-10-10. #47757
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
|
File list seems still to be broken (at least x64-windows-static is empty.) |
|
probably blocked by #47764. I assume dlib is the reason why static builds somehow expect MKL to be available however I have not yet have a trace of the configure log with that error. |
I think this is intended behavior -- the new PR system only generates lists for directly modified ports (e.g. |
Then you can never check what actually was installed for a given set of ports. I wanted to look at the list because i wanted to see if a port has been installed by a run, if the files where really missing or if the libs simply had a different name than expected. |
|
Since this update, we see feature tests failing in the middle, e.g. #47812. |
|
... and this one: #47803 |
|
... and #47815, which is really just triggering a rebuild. |
https://github.com/microsoft/vcpkg-tool/releases/tag/2025-10-10
Thank you @cqundefine @huangqinjin and @autoantwort