Skip to content

Commit

Permalink
impl: add otel2 config to the .bazelrc (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg authored Dec 7, 2023
1 parent 9a70e00 commit f5896eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pubsub-open-telemetry/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ build:tsan --copt=-fsanitize=thread
build:tsan --linkopt=-fsanitize=thread
# report_atomic_races=0: https://github.com/google/sanitizers/issues/953
build:tsan --action_env=TSAN_OPTIONS=halt_on_error=1:second_deadlock_stack=1:report_atomic_races=0

# --config otel2: Open Telemetery ABI version 2
build:otel2 --cxxopt=-DOPENTELEMETRY_ABI_VERSION_NO=2

0 comments on commit f5896eb

Please sign in to comment.