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

chore: Remove openssh from slt crate cargo.toml #2432

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

scsmithr
Copy link
Member

Was causing build failures on windows. Didn't seem to be used anyways.

Note that we conditionally use openssh in the datasources crate to get around this:

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
openssh = "0.10.2"

Was causing build failures on windows. Didn't seem to be used anyways.

Note that we conditionally use openssh in the datasources crate to get around this:

```
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
openssh = "0.10.2"
```
@scsmithr scsmithr merged commit 66c2f6b into main Jan 16, 2024
18 of 19 checks passed
@scsmithr scsmithr deleted the sean/windows-lol branch January 16, 2024 17:14
Copy link
Collaborator

@tychoish tychoish left a comment

Choose a reason for hiding this comment

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

what are we using this for anyway if it's only on mac?

@scsmithr
Copy link
Member Author

what are we using this for anyway if it's only on mac?

It's mac and linux. It's for ssh tunnels for postgres and mysql. The windows implementation just returns an error saying unsupported on windows.

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.

None yet

4 participants