Hacker News new | ask | show | jobs
by Hendrikto 40 days ago
It allows verifying that the binaries actually match the source, which is extremely valuable.
1 comments

Bit for bit matching is not required for that.
It makes it much simpler and more robust though. Also, it allows for content addressing a la Nix, among other benefits.
I reject that those benefits are actually that useful compared to the effort needed to do so.

You can content addressing without reproducible builds. You just have a canonical version, which typically is built by the application developer.