Skip to content

Commit

Permalink
Bump libssh version to 0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje authored and webknjaz committed Sep 12, 2024
1 parent beb3e1c commit e6eb789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
YEAR: 2010

env:
LIBSSH_VERSION: 0.9.6
LIBSSH_VERSION: 0.11.1
PYPA_MANYLINUX_TAG: >-
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
FULL_IMAGE_NAME: >-
Expand Down
1 change: 1 addition & 0 deletions docs/changelog-fragments/636.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bumped the libssh version to latest release 0.11.1 -- by :user:`Jakuje`.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ commands =
-i --rm \
-v {toxinidir}:/io \
-e ANSIBLE_PYLIBSSH_CYTHON_TRACING \
ghcr.io/ansible/pylibssh-manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}:libssh-v{env:LIBSSH_VERSION:0.9.6} \
ghcr.io/ansible/pylibssh-manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}:libssh-v{env:LIBSSH_VERSION:0.11.1} \
/io/build-scripts/build-manylinux-wheels.sh \
"manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}" \
{posargs:}
Expand Down

0 comments on commit e6eb789

Please sign in to comment.