Actions
Feature #972
closedAdd support for reproducible builds
Start date:
2021-03-08
Due date:
% Done:
100%
Estimated time:
1:00 h
Module:
Operating System:
Compiler:
Description
Currently, the DCMTK does not support reproducible builds since e.g. the current timestamp is used for the manpages generated by Doxygen.
This should be easy to fix since Doxygen seems to support the environment variable SOURCE_DATE_EPOCH (https://reproducible-builds.org/docs/source-date-epoch/).
Further aspects of "reproducible builds" need to be checked.
Updated by Jörg Riesmeier over 4 years ago
- Has duplicate Feature #971: Add Support reproducible builds added
Updated by Jörg Riesmeier over 3 years ago
- Status changed from New to Closed
- Assignee set to Jörg Riesmeier
- % Done changed from 0 to 100
- Estimated time set to 1:00 h
See the following link on how to specify SOURCE_DATE_EPOCH, e.g. using the last modification of a git repository: https://reproducible-builds.org/docs/source-date-epoch/
Actions