Skip to content

Commit ebe8997

Browse files
committed
Add libsasl2-dev dependencies to build scripts
1 parent f6d4a8e commit ebe8997

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/build-linux-selfcontained.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ LIBRDKAFKA_VERSION=$1
7878
function install_deps {
7979
echo "# Installing basic system dependencies"
8080
if which apt-get >/dev/null 2>&1; then
81-
sudo apt-get -y install gcc g++ zlib1g-dev
81+
sudo apt-get -y install gcc g++ zlib1g-dev libsasl2-dev
8282
else
83-
yum install -y zlib-devel gcc gcc-c++ libstdc++-devel
83+
yum install -y zlib-devel gcc gcc-c++ libstdc++-devel libsasl2-dev
8484
fi
8585
}
8686

tools/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
#
4545

4646
echo "# Installing basic system dependencies"
47-
yum install -y zlib-devel gcc-c++
47+
yum install -y zlib-devel gcc-c++ libsasl2-dev
4848

4949
echo "# Building librdkafka ${LIBRDKAFKA_VERSION}"
5050
$(dirname $0)/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} /usr

tools/prepare-cibuildwheel-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
set -ex
1414

1515
echo "# Installing basic system dependencies"
16-
yum install -y zlib-devel gcc-c++
16+
yum install -y zlib-devel gcc-c++ libsasl2-dev
1717

1818
echo "# Building librdkafka ${LIBRDKAFKA_VERSION}"
1919
$(dirname $0)/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} /usr

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy