Skip to content

Commit a2a36ce

Browse files
committed
kafkatest buildwheel fixes
1 parent d4df009 commit a2a36ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

confluent_kafka/kafkatest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wheels.
3434

3535
From the confluent-kafka-python top-level directory, run:
3636

37-
$ CIBW_SKIP="cp3 *cpi686*" tools/cibuildwheel-build.sh wheels
37+
$ CIBW_SKIP="cp3* *i686*" tools/cibuildwheel-build.sh wheels
3838

3939
After about 5 minutes the resulting Python wheels should be available in
4040
the wheels/ directory.

tools/cibuildwheel-build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ case "$(uname -s)" in
5151
;;
5252
esac
5353

54+
if ! which cibuildwheel 2>/dev/null ; then
55+
pip install cibuildwheel==0.4.1
56+
fi
57+
5458
cibuildwheel $_CIBW_ARGS --output-dir "$OUT_DIR"
5559

5660
echo "Packages in $OUT_DIR:"

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