-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[scripts-audit] Make buildsystem #20165
[scripts-audit] Make buildsystem #20165
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@BillyONeal Can you investigate on the crash issue?
Thanks. |
Crashed in this line -> https://github.com/microsoft/vcpkg-tool/blob/main/src/vcpkg/build.cpp#L1238: Checks::check_exit(VCPKG_LINE_INFO, status_it != status_db.end()); The pipeline log shows:
Even if Confirmed, I can use this branch and command |
I just noticed that you have another open PR with the same title: #19753. |
This happens whenever a port depends on a host-port, and the host-port build failed. |
…jack/script-audit-make
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.
Hopefully you get some good things to look at so that you can continue making these changes.
…oosY/vcpkg into dev/jack/script-audit-make
@strega-nil-ms Do you have any suggestions? |
@JackBoosY this is all that I see that needs to be done, thanks! |
…jack/script-audit-make
@strega-nil-ms Ready for merge 🚀 |
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.
Merge as soon as green! :)
@strega-nil-ms All green now! 🤖 |
Thank you so much @JackBoosY for this <3 |
This PR introduces some undocumented changes. |
I just added an issue there. |
Audit the Makefile build system according to the documentation.
Related: #17691