Extracted from #14647.
The way that zig build uninstall works is broken with regards to packages. It needs to be audited and to be changed to a different strategy than the pushInstalledFile system that is currently in place. Instead it should figure out the installed file paths based on inspecting the install steps that were created from running the build() function.
Extracted from #14647.
The way that
zig build uninstallworks is broken with regards to packages. It needs to be audited and to be changed to a different strategy than thepushInstalledFilesystem that is currently in place. Instead it should figure out the installed file paths based on inspecting the install steps that were created from running the build() function.