This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new cd924a6aa8b [FLINK-39487][ci] Python wheel on Linux fails for 2.0.x
cd924a6aa8b is described below
commit cd924a6aa8b9c46d5d5319337938ec51731f8647
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Apr 19 09:42:29 2026 +0200
[FLINK-39487][ci] Python wheel on Linux fails for 2.0.x
---
flink-python/dev/build-wheels.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-python/dev/build-wheels.sh b/flink-python/dev/build-wheels.sh
index e327035679e..757a0161f87 100755
--- a/flink-python/dev/build-wheels.sh
+++ b/flink-python/dev/build-wheels.sh
@@ -41,7 +41,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
echo "Converting linux_x86_64 wheel to manylinux1"
source `pwd`/dev/.conda/bin/activate
# 4.1 install patchelf
- conda install -c conda-forge patchelf=0.11 -y
+ conda install -c conda-forge patchelf=0.17 -y
# 4.2 install auditwheel
pip install auditwheel==6.6.0
# 4.3 convert Linux wheel