-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Let's see if we can re-enable s390x again #4963
Conversation
Interestingly enough, re-enabling s390x now shows a discrepancy in the new fast_pbkdf2 module on s390x:
|
@nickva I will get someone from my team to look into it as well - tx! |
Thank you, @rposts. It might endianness related. Since last time we ran the CI worker we included this library: https://github.com/esl/fast_pbkdf2/blob/main/c_src/fast_pbkdf2.c I wonder if it just make an implicit assumption that it's handling little endian data always. |
That looks plausible, thanks for taking a look, @big-r81 |
@nickva The issue in fast_pbkdf2 is endianness related. With a few changes in it, |
Hey @namrata-ibm, you update the files from upstream like here. |
and we should wait until esl/fast_pbkdf2#13 is merged. |
Fast-PBKDF2 all merged and new release created: https://hex.pm/packages/fast_pbkdf2/1.0.6, thanks for the contributions :) |
0e870b2
to
beac9ae
Compare
Previously it had issues downloading from hex.pm
beac9ae
to
31fa259
Compare
This looks good. Thanks @namrata-ibm and @NelsonVides for your support. |
There were 4 successful CI runs in row, so it looks quite promising. I'll merge the PR. |
Previously it had issues downloading from hex.pm