You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing on my M1 Macbook Pro, the recipe errs with the following message:
opentelemetry-cpp/1.8.1: Invalid ID: opentelemetry-cpp/1.8.1 doesn't support architecture : armv8
This is simply due to a hard-coded check in the Conan recipe. However, according to the opentelemetry-cpp project, "ARM architecture is supported by otel-cpp, so hardcoding could be removed from Conan package."
Description
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. However, according to the
opentelemetry-cpp
project, "ARM architecture is supported by otel-cpp, so hardcoding could be removed from Conan package."See the issue I filed with
opentelemetry-cpp
: open-telemetry/opentelemetry-cpp#1874Package and Environment Details
Conan profile
[settings]
os=Macos
os_build=Macos
arch=armv8
arch_build=armv8
compiler=apple-clang
compiler.version=13
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
We have Conan integrated into our CMake build, so the command I ran was
cmake ..
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: