Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc for extra monitoring exe #5749

Merged
merged 1 commit into from
Feb 11, 2025
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
1 change: 1 addition & 0 deletions defaults-o2-dataflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ overrides:
- curl
- libInfoLogger
- librdkafka # this one added
- grpc # this one added
---
# This file is included in any build recipe and it's only used to set
# environment variables. Which file to actually include can be defined by the
Expand Down
1 change: 1 addition & 0 deletions monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fi

cmake $SOURCEDIR \
${LIBRDKAFKA_REVISION:+-DRDKAFKA_ROOT="${LIBRDKAFKA_ROOT}"} \
${GRPC_REVISION:+-DGRPC_ROOT="${GRPC_ROOT}"} \
-DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
${BOOST_REVISION:+-DBOOST_ROOT=$BOOST_ROOT} \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand Down