Closed olafurw closed 1 year ago
I'm not clear this should be feature
or bug.
, marked vcpkg-feature temporary.
cc @BillyONeal
In general, I think remove
should not be looking at the inputs (ports, triplets, etc.) at all. If it exists in the installed tree, it should be removable.
It is certainly in the gray area between bug and feature.
@ras0219-msft tells me that the installed database should have that information so it should be doable, yes.
❤️
~deleted~ I see, overlay triplet.
Was fixed in https://github.com/microsoft/vcpkg/pull/32885
Describe the bug If I install a package with a custom triplet and --overlay-triplet and then remove the triplet file, I can't remove the package.
Environment
To Reproduce Install a package with a custom triplet and --overlay-triplet=somepath Then delete/rename the file. Then try to remove the package.
Expected behavior If I know the full package name I should be able to remove it.
Failure logs
Ok then I try to remove raylib.
Sure, I can remove that triplet.
I even try the folder that used to have the custom triplet.
If I put the file back it works.