Skip to content

Commit

Permalink
tests: updated librdkafka
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Maślanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Dec 11, 2024
1 parent 8b906c8 commit aa6ad3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/docker/ducktape-deps/librdkafka
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
mkdir /opt/librdkafka
curl -SL "https://github.com/confluentinc/librdkafka/archive/refs/tags/v2.2.0.tar.gz" | tar -xz --strip-components=1 -C /opt/librdkafka
curl -SL "https://github.com/confluentinc/librdkafka/archive/refs/tags/v2.6.1.tar.gz" | tar -xz --strip-components=1 -C /opt/librdkafka
cd /opt/librdkafka
./configure
make -j$(nproc)
Expand Down
2 changes: 1 addition & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'prometheus-client==0.9.0',
'kafka-python==2.0.2',
'crc32c==2.2',
'confluent-kafka==2.2.0',
'confluent-kafka==2.6.1',
'zstandard==0.15.2',
'xxhash==2.0.2',
'protobuf==4.21.8',
Expand Down

0 comments on commit aa6ad3c

Please sign in to comment.