Skip to content

Commit 4a23598

Browse files
committed
Fix RPM based distro sasl2 dependencies in build scripts
1 parent ebe8997 commit 4a23598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/build-linux-selfcontained.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function install_deps {
8080
if which apt-get >/dev/null 2>&1; then
8181
sudo apt-get -y install gcc g++ zlib1g-dev libsasl2-dev
8282
else
83-
yum install -y zlib-devel gcc gcc-c++ libstdc++-devel libsasl2-dev
83+
yum install -y zlib-devel gcc gcc-c++ libstdc++-devel cyrus-sasl-devel
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++ libsasl2-dev
47+
yum install -y zlib-devel gcc-c++ cyrus-sasl-devel
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++ libsasl2-dev
16+
yum install -y zlib-devel gcc-c++ cyrus-sasl-devel
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