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

compile-scheme: Honor SOURCE_DATE_EPOCH #16

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

agx
Copy link
Contributor

@agx agx commented Aug 26, 2024

This allows the generated vst files to become reproducible as they otherwise differ by the build date:

-INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:46:00 +0000');
+INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:56:08 +0000');

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

This fixes https://salsa.debian.org/input-method-team/varnam-schemes/-/jobs/6190023

Here's a successful run with this MR applied: https://salsa.debian.org/agx/varnam-schemes/-/jobs/6190435

This allows the generated vst files to become reproducible as
they otherwise differ by the build date:

  -INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:46:00 +0000');
  +INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:56:08 +0000');

See https://reproducible-builds.org/docs/source-date-epoch/ for details
@agx
Copy link
Contributor Author

agx commented Aug 26, 2024

CI failure looks unrelated to the changes made.

@subins2000 subins2000 merged commit e7c6017 into varnamproject:master Aug 28, 2024
1 check failed
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.

2 participants