zig build package hashes are missing path names and executable bit for each file #14308
Labels
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
zig/src/Package.zig
Lines 453 to 510 in d813cef
2 problems to solve:
This will cause breakage because the hashes will change. It's fine, nobody is using the package manager yet. Go for it. Another breaking change to the hash is #14284.
The text was updated successfully, but these errors were encountered: