A question about runtime environment and IDE environment #10447
Replies: 1 comment
-
@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.
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. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run gluten on centos8, does it mean that I must build project on centos8? If not so, is it ok that I build gluten on mac M1 and run on centos8? Look forward your reply, thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions