Skip to content

Commit

Permalink
Fix kafka dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jan 27, 2025
1 parent 0370f76 commit a32c18c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ if [[ $ALIBUILD_O2_TESTS ]]; then
fi

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

Check notice on line 30 in monitoring.sh

View workflow job for this annotation

GitHub Actions / alidistlint

Double quote to prevent globbing and word splitting. [SC2086]
${BOOST_REVISION:+-DBOOST_ROOT=$BOOST_ROOT} \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON

cp ${BUILDDIR}/compile_commands.json ${INSTALLROOT}

Expand Down

0 comments on commit a32c18c

Please sign in to comment.