Skip to content

Commit ba1e3bc

Browse files
armenzgjosh
and
josh
authored
build(fix): Include librdkafka in order to support Big Sur (#22645)
There's currently no wheel for confluent-kafka, thus, we need librdkafka to build it from the source. This can be removed once there's a wheel for it. Fixes #22497 Co-authored-by: josh <[email protected]>
1 parent 51b8fba commit ba1e3bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Brewfile

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ brew 'pkgconfig'
1212
brew 'libxmlsec1'
1313
brew 'geoip'
1414

15+
# Currently needed because on Big Sur there's no wheel for it
16+
brew 'librdkafka'
17+
1518
# direnv isn't defined here, because we have it configured to check for a bootstrapped environment.
1619
# If it's installed in the early steps of the setup process, it just leads to confusion.
1720
# brew 'direnv'

0 commit comments

Comments
 (0)