Skip to content

Commit cd924a6

Browse files
authored
[FLINK-39487][ci] Python wheel on Linux fails for 2.0.x
1 parent a6a8808 commit cd924a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-python/dev/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
4141
echo "Converting linux_x86_64 wheel to manylinux1"
4242
source `pwd`/dev/.conda/bin/activate
4343
# 4.1 install patchelf
44-
conda install -c conda-forge patchelf=0.11 -y
44+
conda install -c conda-forge patchelf=0.17 -y
4545
# 4.2 install auditwheel
4646
pip install auditwheel==6.6.0
4747
# 4.3 convert Linux wheel

0 commit comments

Comments
 (0)