Skip to content
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

Use SOURCE_DATE_EPOCH environment variable as build timestamp if set #134

Merged
merged 3 commits into from Aug 30, 2022

Conversation

joshtriplett
Copy link
Contributor

See https://reproducible-builds.org/docs/source-date-epoch/ for details.
This enables reproducible builds.

@CraZySacX
Copy link
Member

Looks good. Could you add documentation on this in the docs section at the top of the file so the feature can be discovered.

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #134 (c737035) into master (42d7216) will decrease coverage by 0.14%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
- Coverage   94.11%   93.96%   -0.15%     
==========================================
  Files          11       11              
  Lines        1189     1193       +4     
==========================================
+ Hits         1119     1121       +2     
- Misses         70       72       +2     
Impacted Files Coverage Δ
src/feature/build.rs 90.54% <60.00%> (-2.32%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@joshtriplett
Copy link
Contributor Author

Done.

@CraZySacX CraZySacX merged commit fd937e8 into rustyhorde:master Aug 30, 2022
@joshtriplett joshtriplett deleted the source-date-epoch branch August 30, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants