Cherry-pick #21613 to 7.x: Fix badger build in 386#21618
Cherry-pick #21613 to 7.x: Fix badger build in 386#21618jsoriano merged 1 commit intoelastic:7.xfrom
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) |
|
/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
|
Cherry-pick of PR #21613 to 7.x 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