So I was looking at https://github.com/nodejs/node/blob/master/BUILDING.md and I noticed that the supported glibc versions is glibc >= 2.12 on arm64. Looking at the inventory.yml, it would suggest that we build on centos7 which has a glibc version of 2.17.
Would someone be able to confirm if in fact we do have an arm64 machine capable of building at that level otherwise we should probably update that table.
So I was looking at https://github.com/nodejs/node/blob/master/BUILDING.md and I noticed that the supported glibc versions is
glibc >= 2.12on arm64. Looking at the inventory.yml, it would suggest that we build on centos7 which has a glibc version of2.17.Would someone be able to confirm if in fact we do have an arm64 machine capable of building at that level otherwise we should probably update that table.