Skip to content

Commit e091f03

Browse files
Marwesactgardner
andauthored
feat: Update bindings to 2.12.1 (#803)
* Update bindings to librdkafka 2.11.0 * feat: Update bindings to 2.12.1 Mainly want to see an update to to the reconnection issue on 2.10. Changes the test kafka to bitnamilegacy/kafka as all images were moved here. Seems to be a risk that these images will also be removed at some point so finding another source for running kafka for testing would be good. Closes #789 * chore: cargo update * chore: Update to rust 1.85 to satisfy dependencies * chore: Try downgrading curl * chore: Install libcurl on CI * chore: Enable CURL if curl-static is enabled --------- Co-authored-by: A Gardner <3100188+actgardner@users.noreply.github.com>
1 parent a02310b commit e091f03

File tree

8 files changed

+475
-344
lines changed

8 files changed

+475
-344
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
env:
10-
rust_version: 1.74
10+
rust_version: 1.85
1111

1212
jobs:
1313
lint:
@@ -86,7 +86,8 @@ jobs:
8686
- uses: dtolnay/rust-toolchain@stable
8787
with:
8888
toolchain: ${{ env.rust_version }}
89-
# - run: sudo apt-get update
89+
- run: sudo apt-get update
90+
- run: sudo apt-get install -y libcurl4-openssl-dev
9091
# - run: sudo apt-get install -qy valgrind # Valgrind currently disabled in testing
9192
- run: ./test_suite.sh
9293
env:

0 commit comments

Comments
 (0)