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.