Closed olafhering closed 2 years ago
PR #6 created a src/dune which calls date(1), see commit 486d1801f16fcb439be1549de873cf90aa5f28b0 Storing a random date in binaries was never a good idea, in any project, at any time.
src/dune
date(1)
Debian sells a feature called "reproducible build", openSUSE/build-compare just wants to avoid needless republish to reduce load on mirrors.
Please, remove the version.ml:date API. It can not possibly serve any useful purpose...
Can you submit a patch to do this? It's more likely we will commit a pull request than that someone will get to it quickly on their own...
Are you ok with removing that property from the API?
PR #6 created a
src/dune
which callsdate(1)
, see commit 486d1801f16fcb439be1549de873cf90aa5f28b0 Storing a random date in binaries was never a good idea, in any project, at any time.Debian sells a feature called "reproducible build", openSUSE/build-compare just wants to avoid needless republish to reduce load on mirrors.
Please, remove the version.ml:date API. It can not possibly serve any useful purpose...