opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

Enable ARM64 build in CI

Open ThomsonTan opened this issue 3 years ago • 3 comments
trafficstars

ARM64 build target of opentelemetry-cpp is supported, it will be great if we have CI to track the status of ARM64 build

ThomsonTan avatar May 26 '22 18:05 ThomsonTan

This issue was marked as stale due to lack of activity.

github-actions[bot] avatar Jul 26 '22 02:07 github-actions[bot]

This issue is available for anyone to work on. Make sure to reference this issue in your pull request. :sparkles: Thank you for your contribution! :sparkles:

github-actions[bot] avatar Aug 08 '23 18:08 github-actions[bot]

Copying from discussion - Just a thought, we can at-least add CI to build the otel-cpp for ARM using clang/gcc cross-compiler. Mayn't run the unit-tests as that would need the qemu emulator and could be slow. There are various container offering for ARM cross compiler on x86 containers to use it - https://github.com/dockcross/dockcross. Sort of partial test, but good to investigate.

lalitb avatar Aug 09 '23 17:08 lalitb