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

Fix nondeterminsitic timestamps #3121

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Conversation

jonjohnsonjr
Copy link
Contributor

We should not (by default) be making the artifacts we produce nondeterministic.

Summary

Fixes #3120

We should not (by default) be making the artifacts we produce
nondeterministic.

Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #3121 (cfb7df0) into main (1861be1) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3121   +/-   ##
=======================================
  Coverage   30.64%   30.64%           
=======================================
  Files         155      155           
  Lines        9791     9775   -16     
=======================================
- Hits         3000     2996    -4     
+ Misses       6341     6333    -8     
+ Partials      450      446    -4     
Impacted Files Coverage Δ
pkg/oci/mutate/signatures.go 34.00% <ø> (+1.24%) ⬆️
pkg/oci/static/file.go 71.87% <ø> (+9.37%) ⬆️

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@cpanato cpanato requested a review from bobcallaway July 20, 2023 07:07
@cpanato cpanato merged commit 59a835c into sigstore:main Jul 24, 2023
26 checks passed
@github-actions github-actions bot added this to the v2.1.1 milestone Jul 24, 2023
@cpanato cpanato modified the milestones: v2.1.1, v2.2.0 Jul 28, 2023
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.

Artifacts are non-deterministic
3 participants