Skip to content

Commit

Permalink
Disable Jaeger tracing by default for MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
aainscow committed Jan 15, 2024
1 parent 64f5ec2 commit 1ebfbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ elif [ "$(uname)" == Darwin ] ; then
ARGS+=" -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF"
# currently, rgw posix driver requires inotify
ARGS+=" -DWITH_RADOSGW_POSIX=OFF"
ARGS+=" -DWITH_JAEGER=OFF"

# you should have configured and bootstrapped brew
ARGS+=" -DICU_ROOT=$(brew --prefix icu4c)"
Expand Down

0 comments on commit 1ebfbd6

Please sign in to comment.