Replies: 1 comment 4 replies
-
Yeah, I'd be interested in this. What would make sense for us, I wonder? Typically file mtimes in CI environments have the time of git checkout IIRC, but I suppose the right (reproducible) value would be the timestamp of the git commit that we're building. That introduces a coupling to git, which we don't have currently. But we could easily add it to the cibuildwheel github action. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many build tools downstream cibuildwheel have support for reproducible builds via
SOURCE_DATE_EPOCH
.Would it make sense passing this environment variable automatically to Linux containers (or any other OS containers cibuildwheel may support in the future)?
Beta Was this translation helpful? Give feedback.
All reactions