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 162d638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion kafka_consumer/changelog.d/19370.added
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bump version of confluent-kafk to 2.8.0
Bump version of `confluent-kafka` to 2.8.0

0 comments on commit 162d638

Please sign in to comment.