You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/04/15 17:40:55 UTC

[pulsar] branch branch-2.10 updated: [CI] Change python cp35-cp35m lib build version from manylinux2014 to manylinux1 (#15180)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new e845f573de2 [CI] Change python cp35-cp35m lib build version from manylinux2014 to manylinux1 (#15180)
e845f573de2 is described below

commit e845f573de25a9d169ef33701e88032e81705df0
Author: Lishen Yao <li...@streamnative.io>
AuthorDate: Sat Apr 16 01:39:13 2022 +0800

    [CI] Change python cp35-cp35m lib build version from manylinux2014 to manylinux1 (#15180)
---
 pulsar-client-cpp/docker/python-versions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client-cpp/docker/python-versions.sh b/pulsar-client-cpp/docker/python-versions.sh
index a264ee179c0..246eae914a3 100644
--- a/pulsar-client-cpp/docker/python-versions.sh
+++ b/pulsar-client-cpp/docker/python-versions.sh
@@ -20,7 +20,7 @@
 PYTHON_VERSIONS=(
    '2.7  cp27-cp27mu manylinux1    x86_64'
    '2.7  cp27-cp27m  manylinux1    x86_64'
-   '3.5  cp35-cp35m  manylinux2014 x86_64'
+   '3.5  cp35-cp35m  manylinux1    x86_64'
    '3.6  cp36-cp36m  manylinux2014 x86_64'
    '3.7  cp37-cp37m  manylinux2014 x86_64'
    '3.8  cp38-cp38   manylinux2014 x86_64'