Skip to content

Commit

Permalink
fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 27, 2025
1 parent 70c6029 commit abc1a2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/ci/integration/run_librdkafka_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ function kafka_build() {

./configure --prefix="$KAFKA_BUILD_PREFIX"
make -j install

# local kafka_executable="${KAFKA_SRC_FOLDER}/build/install/"
# ldd ${kafka_executable} \
# | grep "${AWS_LC_INSTALL_FOLDER}/lib/libcrypto.so" || exit 1
}

function kafka_run_tests() {
sudo make check
export LD_LIBRARY_PATH="${AWS_LC_INSTALL_FOLDER}/lib"
TESTS_SKIP=0092 make tests
}

git clone https://github.com/confluentinc/librdkafka.git ${KAFKA_SRC_FOLDER}
Expand Down

0 comments on commit abc1a2a

Please sign in to comment.