-
Notifications
You must be signed in to change notification settings - Fork 336
Replace BUILD_DATE
with CARGO_PKG_VERSION
#878
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
Conversation
Thanks for the PR. We can remove the whole |
0fd717e
to
0f56d12
Compare
BUILD_DATE
with CARGO_PKG_VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I'll close the other PR.
The build dependency should also be removed. |
Oh yes. Liam is right. |
to make builds reproducible. See https://reproducible-builds.org/ for why this is good.
Is anything missing to get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is anything missing to get this merged?
In this PR - no
In the repo - yes
Chris needs to set some things up
Replace
BUILD_DATE
withCARGO_PKG_VERSION
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.
This is an alternative solution to #869
Type of Change
Description
Testing
Impact
Issues / other PRs related
Additional Information
Checklist