Cherry-pick #21613 to 7.10: Fix badger build in 386#21619
Cherry-pick #21613 to 7.10: Fix badger build in 386#21619jsoriano merged 2 commits intoelastic:7.10from
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 errors
Expand to view the tests failures
Steps errors
Expand 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