Hacker News new | ask | show | jobs
by micw 43 days ago
I wonder why this is a thing nowadays. I use yocto for embedded devices and it was almost a no-brainer to implement reproducible builds. I can also easily enable Debian package management, so everything is already available.
2 comments

What do you mean why is it a thing nowadays?

Reproducible builds are an essential method in industrial computing - Debian isn’t at the forefront of this, it is merely adopting industry wide techniques also applied to other operating systems in use in long-term and safety-related applications.

Certainly, a lot of the hard work of the Yocto and Debian developers is already in your hands.

What is interesting is that this is now being applied in a more forward-focused policy by the Debian developers, that it will now be the norm rather than an option…

Did you actively verify that your builds were bit-reproducible?