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
Please make the build reproducible #289
Conversation
Whilst working on the Reproducible Builds effort [0], we noticed that redisearch could not be built reproducibly. This is because it links (etc.) in filesystem ordering which is non-determinstic. Adding some $(sort ...) calls fixes this for me. You can test this by using our "disorderfs" tool to mangle the directory ordering. [0] https://reproducible-builds.org/
|
Just out of curiosity - what situation makes the build (without your fix) fail? |
|
Fail? The build is not failing, it does just not produce the same binary every time. :) |
|
Oh I see. Ok cool. I wasn't aware of it. Will merge once I'm near a
computer.
…On Sun, Feb 18, 2018, 2:19 PM Chris Lamb ***@***.***> wrote:
Fail? The build is not failing, it does just not produce the same binary
every time. :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAetutb3kgBYI-1D9FGwY62A6IPt2iSSks5tWBVlgaJpZM4SJf0w>
.
|
|
Thanks! |
|
Any chance of a release with this in? :) |
|
@lamby sure, we've squashed a potential crash as well, so I guess a new bug fix release is due. I'll try to release it tomorrow. |
|
Gentle ping on this @dvirsky :) |
|
Ooops, forgot about it :) I'll do it today hopefully. |
|
@lamby 1.0.8 is out |
Whilst working on the Reproducible Builds effort [0], we noticed
that redisearch could not be built reproducibly. This is because
it links (etc.) in filesystem ordering which is non-determinstic.
Adding some $(sort ...) calls fixes this for me. You can test this
by using our "disorderfs" tool to mangle the directory ordering.
[0] https://reproducible-builds.org/