Replies: 2 comments 2 replies
-
Regarding the error with Bazel v6.0.0, PR #1873 is there for the fix. We do however need to define the policy for Bazel support, probably supporting recent two LTS versions similar to what few other does. Will discuss this in next community meeting, thanks for raising the question. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It should work if you just enable
I did this some time ago in my own branch (I'm using only bazel there, but it's primarirly for Windows) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
At the time of writing,
opentelemetry-cpp
defaults to bazel version 4.2.0.opentelemetry-cpp/.bazelversion
Line 1 in 9dd19a2
The latest bazel release is 6.0.0.
opentelemetry-cpp
is not currently compatible with 6.0.0. e.g.Google's Open Source Support Policy
opentelemetry-cpp
sort of depends on Abseil, and the examples depend on gRPC.gRPC and Abseil follow this support policy: https://opensource.google/documentation/policies/cplusplus-support#build_systems
They have dropped support for Bazel 4.x. Eventually they will require newer versions of Bazel.
Questions
What is
opentelemetry-cpp
's Bazel support policy?Beta Was this translation helpful? Give feedback.
All reactions