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

Add libssh rule #159

Merged
merged 2 commits into from
Mar 22, 2024
Merged

Add libssh rule #159

merged 2 commits into from
Mar 22, 2024

Conversation

r-ash
Copy link
Contributor

@r-ash r-ash commented Mar 6, 2024

This will add a rule for libssh

Noticed an issue when trying to run a build which requires the R package https://github.com/ropensci/ssh
Example error here https://github.com/mrc-ide/hintr/actions/runs/8172298442/job/22342313071#step:5:7594

This is because ssh package requires libssh, not libssh2 as mentioned in the DESCRIPTION. This is pulling in libssh2 because DESCRIPTION text mentions libssh2.

After this PR should see in the tests plumberDeploy and ssh matching this new rule.

They are both still matched by libssh2 rule, but that's probably something that should be fixed in the package DESCRIPTION

rules/libssh.json Outdated Show resolved Hide resolved
@r-ash r-ash requested a review from glin March 22, 2024 12:01
Copy link
Contributor

@glin glin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@glin glin merged commit 3d58e17 into rstudio:main Mar 22, 2024
22 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