-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update libssh2-sys #4008
Update libssh2-sys #4008
Conversation
It now has an updated initialization routine to hopefully get ssh working on Windows, with a fix for alexcrichton/git2-rs#202
@bors: r+ |
📌 Commit 77b7612 has been approved by |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Update libssh2-sys It now has an updated initialization routine to hopefully get ssh working on Windows, with a fix for alexcrichton/git2-rs#202
Is it possible to add a test to cargo that tries to use SSH repos? This is apparently a not-often tested code path that breaks often. |
I'd certainly love to add such a test! It'd likely involve spinning up an ssh server, however, which doing so reliably and in a cross-platform manner I'm not sure how to do. |
Yes, I was afraid of that. Talking to something remote is out of the question? |
Unfortunately, yes. |
☀️ Test successful - status-appveyor, status-travis |
It now has an updated initialization routine to hopefully get ssh working on
Windows, with a fix for alexcrichton/git2-rs#202