Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct a missing dependency in opensuse-leap >= 15.4 #84

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

wxleong
Copy link
Member

@wxleong wxleong commented Mar 27, 2024

GitHub Actions failed for https://github.com/tpm2-software/tpm2-pkcs11 due to the absence of the ssh-keygen binary.

The ssh-keygen binary is absent from opensuse-leap >= 15.4. 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. Therefore, we need to install openssh-common manually.

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]>
@AndreasFuchsTPM AndreasFuchsTPM merged commit e32f670 into tpm2-software:master Mar 27, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants