-
Notifications
You must be signed in to change notification settings - Fork 64
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
reproducible builds problem #437
Comments
osa1
added a commit
that referenced
this issue
Dec 19, 2024
This make map iteration deterministic and makes tiny builds reproducible. Fixes #437.
Thanks for reporting this. You were right that the hash map in the macro was the cause. I've updated it to |
ralphptorres
added a commit
to ralphptorres/packages
that referenced
this issue
Feb 17, 2025
…D changes For former, refer to osa1/tiny#437.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on reproducible builds for openSUSE (sponsored by the NLnet NGI0 fund), I found that
our
tiny
package varies in every build.Another developer pointed at HashMaps in
tiny/crates/term_input_macros/src/tree.rs
Line 6 in ee8615a
with non-deterministic iteration order.
Maybe it could be replaced with indexmap, ordermap or something else...
The text was updated successfully, but these errors were encountered: