File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ docker_repo="parallelssh/ssh-manylinux"
2020docker_files=(
2121 " ci/docker/manylinux/Dockerfile"
2222 " ci/docker/manylinux/Dockerfile.2014_x86_64"
23- " ci/docker/manylinux/Dockerfile.manylinux_2_24_x86_64"
24- " ci/docker/manylinux/Dockerfile.manylinux_2_28_x86_64"
23+ # "ci/docker/manylinux/Dockerfile.manylinux_2_24_x86_64"
24+ # "ci/docker/manylinux/Dockerfile.manylinux_2_28_x86_64"
2525 )
2626
2727rm -rf local build ssh/libssh.* ssh/* .so
@@ -30,8 +30,8 @@ python ci/appveyor/fix_version.py .
3030if [[ $( uname -m) == " aarch64" ]]; then
3131 docker_files=(
3232 " ci/docker/manylinux/Dockerfile.aarch64"
33- " ci/docker/manylinux/Dockerfile.aarch64_2_24"
34- " ci/docker/manylinux/Dockerfile.aarch64_2_28"
33+ # "ci/docker/manylinux/Dockerfile.aarch64_2_24"
34+ # "ci/docker/manylinux/Dockerfile.aarch64_2_28"
3535 )
3636fi
3737
Original file line number Diff line number Diff line change 1818# Compile wheels
1919rm -rf /io/build
2020# For testing
21- # for PYBIN in $(ls -1d /opt/python/cp36-cp36m /bin | grep -v cpython); do
21+ # for PYBIN in $(ls -1d /opt/python/cp310-cp310 /bin | grep -v cpython); do
2222for PYBIN in $( ls -1d /opt/python/* /bin | grep -v cpython) ; do
2323 " ${PYBIN} /pip" wheel /io/ -w wheelhouse/
2424done
@@ -29,7 +29,7 @@ for whl in wheelhouse/*.whl; do
2929done
3030
3131# Install packages and test
32- # for PYBIN in $(ls -1d /opt/python/cp36-cp36m /bin | grep -v cpython); do
32+ # for PYBIN in $(ls -1d /opt/python/cp310-cp310 /bin | grep -v cpython); do
3333for PYBIN in $( ls -1d /opt/python/* /bin | grep -v cpython) ; do
3434 " ${PYBIN} /pip" install ssh-python --no-index -f /io/wheelhouse
3535 (cd " $HOME " ; " ${PYBIN} /python" -c ' from ssh.session import Session; Session()' )
You can’t perform that action at this time.
0 commit comments