Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERL-310: Enable reproducible builds #3548

Closed
OTP-Maintainer opened this issue Dec 3, 2016 · 1 comment
Closed

ERL-310: Enable reproducible builds #3548

OTP-Maintainer opened this issue Dec 3, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@OTP-Maintainer
Copy link

Original reporter: hlieberman
Affected version: OTP-20.0
Fixed in version: OTP-20.0
Component: compiler
Migrated from: https://bugs.erlang.org/browse/ERL-310


Several different groups of people have been asking questions on erlang-questions about working towards reproducible builds.  GUIX, Nix, and Debian have at various times mentioned wanting different features that assist with this.  (Suppressing timestamps, modifying build paths, etc.)

I propose a new flag to erlc, +deterministic, which will withhold the following from being written into BEAM files:
* {makedep_output, _}
* {makedep_target, _}
* {source, _}
* {outdir, _}
* {i, _}

@OTP-Maintainer
Copy link
Author

bjorn said:

https://github.com/erlang/otp/pull/1273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants