Hacker News new | ask | show | jobs
by esotericn 2430 days ago
https://reproducible-builds.org is a good resource on this.

There are many, many reasons why a build process may not produce reproducible output. Timestamps and unordered maps are two of the more trivial examples.

1 comments

Another common one: (temporary) directory paths in debug symbols.