GitHub user PHILO-HE added a comment to the discussion: A question about runtime environment and IDE environment
> is it ok that I build gluten on mac M1 and run on centos8? @littlelittlewhite09 It is not recommended to directly run the binary compiled from Mac M1 on Centos-8 x86 (I guess it's x86). The OS and CPU architecture are different. With cross-compilation, it may be possible, but it is not well verified. > I want to run gluten on centos8, does it mean that I must build project on > centos8? Assume you are considering this on same CPU architecture. Gluten doesn't require the compile time and runtime OS must be same, but glibc should be compatible. In our CI, native binary is compiled on Centos-7, then it runs on Centos-8/9 and Ubuntu 20.04/22.04 for test verifications. GitHub link: https://github.com/apache/incubator-gluten/discussions/10447#discussioncomment-14171755 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
