You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this follows GNU gzip, which defaults to
store 0 as mtime for compressing stdin, where no file mtime is involved
This makes gzip.compress(str) output deterministic by default
and greatly helps reproducible builds.
0 commit comments