www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Is it possible to have reproducible-builds?

reply Ky-Anh Huynh <saigon example.net> writes:
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
next sibling parent Ky-Anh Huynh <saigon example.net> writes:
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
prev sibling parent WeaponizedSlave <wsws 12345678.cz> writes:
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