Skip to content

Fix Gitaly build for 32-bit operating systems

Stan Hu requested to merge sh-int32-gitaly-fix into master

!5059 (merged) removed a cast for the platform-dependent rusage package. On Raspberry Pi (armv7) platforms, these are 32-bit values, but on x86 64 they are 64-bit values. However, the stats.RecordX functions expect 64-bit values.

This commit fixes the build by casting the values to 64-bit values.

Closes omnibus-gitlab#7321 (closed)

Merge request reports