-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #21613 to 7.10: Fix badger build in 386 #21619
Conversation
Use a fork with the latest released version including the fix for the issue with 32-bit architectures. Fix uses uint32 instead of 32-bit int to avoid overflow in constant with max uint32. (cherry picked from commit b58aeb6)
Pinging @elastic/integrations-platforms (Team:Platforms) |
This pull request doesn't have a |
/package |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Linting issue should be fixed by #21622 |
/package |
Cherry-pick of PR #21613 to 7.10 branch. Original message:
What does this PR do?
Use correct int type to avoid overflows with 386 32-bit ints (elastic/badger@8b82801).
Why is it important?
Fixes builds in 386 systems.
Related issues