libssh 0.9.5 - #24
Conversation
|
Building, installing & using a wheel locally works. As far as I can tell this doesn't change requirements (same CMake version etc.). Don't know what causes the CI failures, CircleCI unfortunately requests write access to all my repositories to let me look at the logs. Edit: On another system I'm seeing an issue related to libssh_version.h not being found (weirdly this doesn't happen here), probably because it is now being generated through CMake and stored in the build directory. Edit: Yep, was just missing the include directory. The system where it worked had a libssh installed in system directories, so the build found the libssh_version.h from the system. Also confirmed that this fixes the libssh bug I encountered. |
There was a problem hiding this comment.
This check can now be removed - it was added for 0.9.4 and is causing build failures.
The libssh archive used for the manylinux builds will also need updating. It needs to be copied as docker cannot include files outside the dockerfile root dir.
|
Thanks for raising! Comments above. |
4e7fc82 to
7965d96
Compare
|
Wheels seem to build correctly now. But it looks like I need to adjust Windows-settings as well. |
7cf3fed to
e883ddf
Compare
Fixes #23
(eref 42d478fb6976)