Skip to content

Commit dacc972

Browse files
committed
Fixing linux arm64 build
1 parent 1eb8bea commit dacc972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build-manylinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ for PYBIN in /opt/python/cp*/bin; do
8989
for PYTHON_VERSION in "${PYTHON_VERSIONS[@]}"; do
9090
if [[ $PYBIN == *"$PYTHON_VERSION"* ]]; then
9191
echo "## Installing $PYBIN"
92-
"${PYBIN}/pip" install confluent_kafka -f /io/wheelhouse
92+
"${PYBIN}/pip" -V
93+
"${PYBIN}/pip" install --no-index -f /io/wheelhouse confluent_kafka
9394
"${PYBIN}/python" -c 'import confluent_kafka; print(confluent_kafka.libversion())'
9495
"${PYBIN}/pip" install -r /io/tests/requirements.txt
9596
"${PYBIN}/pytest" /io/tests/test_Producer.py

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