-
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] gn buildsystem #17776
[scripts-audit] gn buildsystem #17776
Conversation
This command has never been used (git log -S"vcpkg_build_gn\(" gives no results outside of the file itself and docs) and so shrink the public interface surface
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
|
@Neumann-A these scripts audits are not modifying the existing scripts' behavior at all; they don't add functionality, in order to allow me to actually get through all the scripts. To get new behavior, we'll need to do the ports script thing. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Commenter does not have sufficient privileges for PR 17776 in repo microsoft/vcpkg |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Note: add docs for vcpkg_build_ninja
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
See issue #16188
This removes
vcpkg_gn_build(
, since it's never been used and is just a pass-through tovcpkg_build_ninja(
(needs discussion, may end up being reverted). Additionally,vcpkg_gn_configure
andvcpkg_gn_install
are audited.