digitalmars.D.learn - Is it possible to have reproducible-builds?
- Ky-Anh Huynh (10/10) Oct 25 2017 Hi,
- Ky-Anh Huynh (3/13) Oct 25 2017 See also the old topic:
- WeaponizedSlave (3/13) Oct 25 2017 It's coming (along with Winter...)
Hi, I'd like to distribute binaries (compiled from Dlang sources) to my servers and users. This really helps end users because they don't need to rebuild things with custom dmd/dub setup. However, distributing things require them to `trust` me, and this is another thing I want to avoid. Is it possible to have reproducible-builds with (any) dlang compiler? and how? See also https://wiki.debian.org/ReproducibleBuilds Thanks a lot for your reading.
Oct 25 2017
On Thursday, 26 October 2017 at 04:34:36 UTC, Ky-Anh Huynh wrote:Hi, I'd like to distribute binaries (compiled from Dlang sources) to my servers and users. This really helps end users because they don't need to rebuild things with custom dmd/dub setup. However, distributing things require them to `trust` me, and this is another thing I want to avoid. Is it possible to have reproducible-builds with (any) dlang compiler? and how? See also https://wiki.debian.org/ReproducibleBuilds Thanks a lot for your reading.See also the old topic: http://forum.dlang.org/thread/fsmdaethvbvcxnunbugb forum.dlang.org
Oct 25 2017
On Thursday, 26 October 2017 at 04:34:36 UTC, Ky-Anh Huynh wrote:Hi, I'd like to distribute binaries (compiled from Dlang sources) to my servers and users. This really helps end users because they don't need to rebuild things with custom dmd/dub setup. However, distributing things require them to `trust` me, and this is another thing I want to avoid. Is it possible to have reproducible-builds with (any) dlang compiler? and how? See also https://wiki.debian.org/ReproducibleBuilds Thanks a lot for your reading.It's coming (along with Winter...) https://dlang.org/changelog/2.077.0.html#reproducible_builds
Oct 25 2017