Skip to content

Commit a0504df

Browse files
committed
build(fix): Include librdkafka in order to support Big Sur
There's currently no wheel for confluent-kafka, thus, we need librdkafka to build it. This can be removed once there's a wheel for it. Fixes #22497
1 parent 34afba4 commit a0504df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Brewfile

Lines changed: 3 additions & 0 deletions
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 install 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)