Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
8.5.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Increment the:
* [CONFIGURATION] File configuration - prometheus without_target_info
[#3818](https://github.com/open-telemetry/opentelemetry-cpp/pull/3818)

* [BAZEL] Fix CI after bazel 9.0.0 release
[#3823](https://github.com/open-telemetry/opentelemetry-cpp/pull/3823)

Breaking changes:

* [CONFIGURATION] File configuration - remove zipkin
Expand Down
2 changes: 2 additions & 0 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ echo "make command: ${MAKE_COMMAND}"

export BAZEL_CXXOPTS="-std=c++17"

# Work around for https://github.com/actions/runner-images/issues/13564
export USE_BAZEL_VERSION="8.5.0"

BAZEL_OPTIONS_DEFAULT="--copt=-DENABLE_METRICS_EXEMPLAR_PREVIEW --//exporters/otlp:with_otlp_grpc_credential_preview=true"
BAZEL_OPTIONS="$BAZEL_OPTIONS_DEFAULT"
Expand Down
Loading