Skip to content

Commit

Permalink
Correct a missing dependency in opensuse-leap >= 15.4
Browse files Browse the repository at this point in the history
The ssh-keygen binary is absent from opensuse-leap >= 15.4,
leading to failures in the tpm2-pkcs11 CI. In older versions,
this binary was indirectly installed through a chain of packages:
git -> git-core -> openssh-clients -> openssh-common. However,
in later versions, git-core no longer installs openssh-clients.

Signed-off-by: wenxin.leong <[email protected]>
  • Loading branch information
wxleong authored and AndreasFuchsTPM committed Mar 27, 2024
1 parent 8c77c93 commit e32f670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opensuse-leap.docker.m4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN zypper -n in \
libusb-devel \
libftdi1-devel \
libnettle-devel \
p11-kit-devel
p11-kit-devel \
openssh-common

include(`autoconf.m4')
include(`python3.7.2.m4')
Expand Down

0 comments on commit e32f670

Please sign in to comment.