We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28f84 commit 41d22f7Copy full SHA for 41d22f7
build_deps.sh
@@ -65,6 +65,8 @@ BuildLibrary()
65
$LIBRDKAFKA_DESTINATION)
66
case $OS in
67
Darwin)
68
+ export HOMEBREW_NO_INSTALL_UPGRADE=true
69
+ export HOMEBREW_NO_INSTALL_CLEANUP=true
70
export HOMEBREW_NO_AUTO_UPDATE=1
71
brew install [email protected] lz4 zstd curl
72
OPENSSL_ROOT_DIR=$(brew --prefix [email protected])
0 commit comments