Skip to content

Commit

Permalink
Update confluent-kafka version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Jan 10, 2025
1 parent 328e3ed commit ebb49ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget sof
# Install librdkafka from source since no binaries are available for the distribution we use on the CI:
git clone https://github.com/confluentinc/librdkafka
cd librdkafka
git checkout v2.6.1
git checkout v2.8.0
sudo ./configure --install-deps --prefix=/usr
make
sudo make install
Expand Down

0 comments on commit ebb49ee

Please sign in to comment.