opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Fix build of hugetlb tests on 32-bit platforms #712

Closed dangowrt closed 3 years ago

dangowrt commented 3 years ago

Use explicit 64-bit types to avoid fall-back on incompatible 32-bit types on 32-bit platforms.

Fixes: #711 Signed-off-by: Daniel Golle daniel@makrotopia.org

thaJeztah commented 3 years ago

@crosbymichael @cpuguy83 @tianon ptal