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

Make build output reproducible #1561

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Make build output reproducible #1561

merged 2 commits into from
Nov 28, 2023

Conversation

labbott
Copy link
Collaborator

@labbott labbott commented Nov 16, 2023

Currently the build code may emit structures/enums in a different order each build. This produces correct code but is not reproducible. Ensure the build output happens the same way each time by sorting before outputing. We don't actually care how things are sorted, only that they are sorted.

Currently the build code may emit structures/enums in a different
order each build. This produces correct code but is not reproducible.
Ensure the build output happens the same way each time by sorting
before outputing. We don't actually care how things are sorted,
only that they are sorted.
@labbott labbott merged commit 593de89 into master Nov 28, 2023
71 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.

2 participants