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 <jjelen@redhat.com>
  • Loading branch information
Jakuje committed Aug 29, 2024
1 parent e4ea18f commit 4e0649f
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.0
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.0 -- 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.0} \
/io/build-scripts/build-manylinux-wheels.sh \
"manylinux{env:MANYLINUX_VERSION_TAG}_{env:MANYLINUX_ARCH_TAG}" \
{posargs:}
Expand Down

0 comments on commit 4e0649f

Please sign in to comment.