We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a8808 commit cd924a6Copy full SHA for cd924a6
1 file changed
flink-python/dev/build-wheels.sh
@@ -41,7 +41,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
41
echo "Converting linux_x86_64 wheel to manylinux1"
42
source `pwd`/dev/.conda/bin/activate
43
# 4.1 install patchelf
44
- conda install -c conda-forge patchelf=0.11 -y
+ conda install -c conda-forge patchelf=0.17 -y
45
# 4.2 install auditwheel
46
pip install auditwheel==6.6.0
47
# 4.3 convert Linux wheel
0 commit comments