varnamproject / schemes

Language related files for Varnam [GoVarnam]. See releases to download support for your language in Varnam.
Mozilla Public License 2.0
1 stars 5 forks source link

compile-scheme: Honor SOURCE_DATE_EPOCH #16

Closed agx closed 3 weeks ago

agx commented 3 weeks ago

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

agx commented 3 weeks ago

CI failure looks unrelated to the changes made.