Skip to content
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

Allow vcpkg remove, vcpkg export, etc. without overlays. #1110

Merged
merged 12 commits into from
Jul 7, 2023

Conversation

BillyONeal
Copy link
Member

@BillyONeal BillyONeal commented Jun 23, 2023

Resolves microsoft/vcpkg#25442 .

Commands that speak about the installed tree may refer to ports that no longer exist, or triplets that no longer exist. This is OK: the only thing that matters to them is what packages are installed, which may have been at some other time when they did exist.

Affected commands are:

  • vcpkg remove
  • vcpkg export
  • vcpkg x-package-info

Also drive by sucks some of this stuff out of VcpkgPaths and adds e2e testing.

@BillyONeal BillyONeal merged commit 0b63e37 into microsoft:main Jul 7, 2023
5 checks passed
@BillyONeal BillyONeal deleted the remove-triplets branch July 7, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[vcpkg remove] Can't remove package if overlay-triplet doesn't exist anymore.
2 participants