-
Hello, does this group manage the Conan recipe for this project? When installing on my M1 Macbook Pro, the recipe errs with the following message:
This is simply due to a hard-coded check in the Conan recipe. Based on the pull request title from #1325 however, it appears that ARM architecture is supported. If so, is it possible for the hard-coded check in the Conan recipe be updated so that I can install the library on my system via the Conan package? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, ARM architecture is supported by otel-cpp, so hardcoding could be removed from Conan package. Would suggest you to create a bug with Conan (or maybe contribute the fix there) as the package is not maintained by OpenTelemetry C++ project. Refer - Using Package Managers. |
Beta Was this translation helpful? Give feedback.
-
BTW, opentelemetry-cpp should work on arm64, but currently we don't run any CI on ARM platforms. Please let us know if there is any issue. https://github.com/open-telemetry/opentelemetry-cpp#supported-development-platforms |
Beta Was this translation helpful? Give feedback.
Yes, ARM architecture is supported by otel-cpp, so hardcoding could be removed from Conan package. Would suggest you to create a bug with Conan (or maybe contribute the fix there) as the package is not maintained by OpenTelemetry C++ project. Refer - Using Package Managers.