The Debian testing/trixie release on amd64 is now reproducible for over 95%(micronews.debian.org)
micronews.debian.org
The Debian testing/trixie release on amd64 is now reproducible for over 95%
https://micronews.debian.org/2025/1746302888.html
1 comments
What goes into achieving this other than making sure builds don't include timestamps somewhere?
Here's a good summary: https://reproducible-builds.org/docs/commandments/
No internet access during builds, no timestamps on anything, well defined compiler/linker options, sandboxed filesystem preferably
This is just things I know Nix does to their build sandbox but it's definitely not an exhaustive list.
This is just things I know Nix does to their build sandbox but it's definitely not an exhaustive list.