File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 56
56
YEAR : 2010
57
57
58
58
env :
59
- LIBSSH_VERSION : 0.9.6
59
+ LIBSSH_VERSION : 0.11.1
60
60
PYPA_MANYLINUX_TAG : >-
61
61
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
62
62
FULL_IMAGE_NAME : >-
Original file line number Diff line number Diff line change
1
+ Bumped the libssh version to latest release 0.11.1 in manylinux -- by :user: `Jakuje `.
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ commands =
258
258
-i --rm \
259
259
-v {toxinidir}:/io \
260
260
-e ANSIBLE_PYLIBSSH_CYTHON_TRACING \
261
- ghcr.io/ansible/pylibssh-manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}:libssh-v{env:LIBSSH_VERSION:0.9.6 } \
261
+ ghcr.io/ansible/pylibssh-manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}:libssh-v{env:LIBSSH_VERSION:0.11.1 } \
262
262
/io/build-scripts/build-manylinux-wheels.sh \
263
263
" manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}" \
264
264
{posargs:}
You can’t perform that action at this time.
0 commit comments