Skip to content

Commit 834c65b

Browse files
Jakujewebknjaz
authored andcommitted
Bump libssh version to 0.11
Signed-off-by: Jakub Jelen <[email protected]>
1 parent beb3e1c commit 834c65b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-manylinux-container-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
YEAR: 2010
5757

5858
env:
59-
LIBSSH_VERSION: 0.9.6
59+
LIBSSH_VERSION: 0.11.1
6060
PYPA_MANYLINUX_TAG: >-
6161
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
6262
FULL_IMAGE_NAME: >-
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumped the libssh version to latest release 0.11.1 in manylinux -- by :user:`Jakuje`.

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ commands =
258258
-i --rm \
259259
-v {toxinidir}:/io \
260260
-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} \
262262
/io/build-scripts/build-manylinux-wheels.sh \
263263
"manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}" \
264264
{posargs:}

0 commit comments

Comments
 (0)