Skip to content

Commit

Permalink
build(fix): Include librdkafka in order to support Big Sur (#22645)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
armenzg and josh authored Dec 14, 2020
1 parent 51b8fba commit ba1e3bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ brew 'pkgconfig'
brew 'libxmlsec1'
brew 'geoip'

# Currently needed because on Big Sur there's no wheel for it
brew 'librdkafka'

# direnv isn't defined here, because we have it configured to check for a bootstrapped environment.
# If it's installed in the early steps of the setup process, it just leads to confusion.
# brew 'direnv'
Expand Down

0 comments on commit ba1e3bc

Please sign in to comment.