apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.37k stars 1.3k forks source link

.S file does not compile on CI build. #6897

Closed pranavpandit1 closed 2 years ago

pranavpandit1 commented 2 years ago

I am trying to add support for crc32 for PowerPc. Currently facing issue with .S file not compiling on CI build even though the same has been successfully compiled on Power VM at my end. find below information for more reference -

attached complete logs : logs.txt

pranavpandit1 commented 2 years ago

Could anyone provide guidance on this , please?

sfc-gh-anoyes commented 2 years ago

CI does not run PowerPC, and is not doing any cross-compilation. You only want to attempt to compile the PowerPC assembly sources if we're building for PowerPC. See https://github.com/apple/foundationdb/blob/bf956f5630be2c62abc77535bf5edf0db9651fda/flow/CMakeLists.txt#L127-L128 for an example of compiling some ARM assembly sources only for aarch64.