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

Try to make builds reproducible #1119

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Try to make builds reproducible #1119

merged 2 commits into from
Jul 24, 2024

Conversation

equalsraf
Copy link
Owner

Reproducible builds for neovim-qt are not working because mapping flags passed to the cmake build are included in the code (through version.h.in). Meaning that builds with slightly different mapping flags end up being different; even if no other compiler flags are different.

ref #1111

Adds build option for reproducible builds. Currently only affects the use of compilation flags in the --version output.

equalsraf added 2 commits July 24, 2024 15:10
Reproducible builds for neovim-qt are not working because mapping flags
passed to the cmake build are included in the code (through version.h.in).
Meaning that builds with slightly different mapping flags end up being
different; even if no other compiler flags are different.

ref #1111

Adds build option for reproducible builds. Currently only affects the use
of compilation flags in the --version output.
@equalsraf equalsraf merged commit d186f0f into master Jul 24, 2024
17 of 18 checks passed
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.

1 participant