Skip to content

Commit

Permalink
Build librdkafka with gssapi support for pip package, fixes #325
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Aug 5, 2024
1 parent 4153d01 commit 9676d14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 627 files
6 changes: 5 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"name": "librdkafka",
"features": [
{
"name": "sasl",
"platform": "!windows"
},
"ssl"
]
},
Expand All @@ -30,5 +34,5 @@
"port-version" : 1
}
],
"builtin-baseline": "1b5f7346612cd63910567df714d867f5b3fa8e3b"
"builtin-baseline": "513aa7ceb3b5e9bf90882cb7edc06c9d5efcf0ee"
}

0 comments on commit 9676d14

Please sign in to comment.