Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Build meilisearch on two different machines and time
Compare the resulting binary
Expected behavior
Meilisearch should be reproducible when building on two different times. This helps Arch Linux (and anyone who distributes a binary) proof their build servers where not backdoored by allowing users to reproduce a bit for bit identical binary locally.
Either remove the timestamp or use an env. variable SOURCE_DATE_EPOCH. I was unable to figure out where the build date comes from.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Meilisearch should be reproducible when building on two different times. This helps Arch Linux (and anyone who distributes a binary) proof their build servers where not backdoored by allowing users to reproduce a bit for bit identical binary locally.
Either remove the timestamp or use an env. variable SOURCE_DATE_EPOCH. I was unable to figure out where the build date comes from.
https://reproducible-builds.org/
The text was updated successfully, but these errors were encountered: