File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44)
55
66bazel_dep (name = "abseil-cpp" , version = "20260107.1" )
7- bazel_dep (name = "bazel_lib" , version = "3.2.2 " )
7+ bazel_dep (name = "bazel_lib" , version = "3.3.1 " )
88bazel_dep (name = "bazel_skylib" , version = "1.9.0" )
99bazel_dep (name = "platforms" , version = "1.1.0" )
1010bazel_dep (name = "rapidyaml" , version = "0.10.0" )
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ add_executable(
2020 custom_log_record_processor_builder.cc )
2121
2222target_link_libraries (
23- example_yaml ${CMAKE_THREAD_LIBS_INIT}
24- PRIVATE common_metrics_foo_library
23+ example_yaml
24+ PRIVATE ${CMAKE_THREAD_LIBS_INIT}
25+ common_metrics_foo_library
2526 common_logs_foo_library
2627 opentelemetry-cpp::ostream_span_exporter_builder
2728 opentelemetry-cpp::ostream_metrics_exporter_builder
You can’t perform that action at this time.
0 commit comments