|
|
|
|
|
by jraph
215 days ago
|
|
Reproducible builds ensure that you can build the same binaries with the same source code. Nothing like the current date for instance gets in the way of getting a different build. This allows independent people to check that provided binaries don't contain malicious stuff for instance. Ultimately, it lets you download binaries instead of rebuilding everything yourself locally if the binaries have been independently reproduced. You might be interested in checking: https://reproducible-builds.org/ https://en.wikipedia.org/wiki/Reproducible_builds |
|