Skip to content

Set SOURCE_DATE_EPOCH for building #19

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

Merged
merged 1 commit into from
May 28, 2025
Merged

Set SOURCE_DATE_EPOCH for building #19

merged 1 commit into from
May 28, 2025

Conversation

smortex
Copy link
Member

@smortex smortex commented May 28, 2025

SOURCE_DATE_EPOCH allows to do reproducible builds. This is not enought
to produce a fully reproducible artifact but makes some parts of the
artifact reproducible.

SOURCE_DATE_EPOCH allows to do reproducible builds.  This is not enought
to produce a fully reproducible artifact but makes some parts of the
artifact reproducible.
@smortex
Copy link
Member Author

smortex commented May 28, 2025

Combined with OpenVoxProject/vanagon#20, when building the artifact twice with:

bundle exec rake 'vox:build[agent-runtime-main,debian-12-amd64]'

the generated artifact differ by the following files:

  • opt/puppetlabs/puppet/lib/libruby.so.3.2.8
  • opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.17.2/gem_make.out
  • opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper

@bastelfreak bastelfreak merged commit 50714e8 into main May 28, 2025
5 checks passed
@bastelfreak bastelfreak deleted the source-date-epoch branch May 28, 2025 06:32
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.

4 participants