Thread overview | |||||
---|---|---|---|---|---|
|
October 26, 2017 Is it possible to have reproducible-builds? | ||||
---|---|---|---|---|
| ||||
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. |
October 26, 2017 Re: Is it possible to have reproducible-builds? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ky-Anh Huynh | 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 |
October 26, 2017 Re: Is it possible to have reproducible-builds? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ky-Anh Huynh | 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 |
Copyright © 1999-2021 by the D Language Foundation