diff options
| author | Bernhard M. Wiedemann | 2019-12-02 11:43:18 +0100 |
|---|---|---|
| committer | Bernhard M. Wiedemann | 2019-12-02 17:07:38 +0100 |
| commit | 80bd3766dd8f1729187ed9c8e0ad29f67cea0886 (patch) | |
| tree | b7c48e8e47e8920d45dad76022d0ea0bd933bc65 /INSTALL | |
| parent | 003512ecebae24bd518155f5a92b851a8f9bcd08 (diff) | |
Allow to override build date with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
Fixes #11037
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -152,6 +152,10 @@ INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS). c.f. https://caml.inria.fr/mantis/view.php?id=7630 + If you want your build to be reproducible, ensure that the + SOURCE_DATE_EPOCH environment variable is set as documented in + https://reproducible-builds.org/specs/source-date-epoch/ + 4- Still in the root directory, do make |
