parthchandra commented on PR #932: URL: https://github.com/apache/datafusion-comet/pull/932#issuecomment-2349521769
@andygrove @viirya For the binary builder I chose to use Ubuntu 20.04 as the base image because that is the image we currently use for our published docker images. Ubuntu 20.04 has `glibc 2.31` which means that many redhat based releases will be incompatible because they have an older glibc version. Centos 7 for instance has `glibc 2.17` (See: https://gist.github.com/wagenet/35adca1a032cec2999d47b6c40aa45b1) Should we consider using an older version of Ubuntu? (BTW I tried to build with an older version of glibc but the build kept failing for one reason or the other so I abandoned that effort). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
