You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest version 1.11.1 a new tool depedency has appeared (to cmake 3.30.5).
It looks like previous versions of libssh2 (tested with 1.11.0 and 1.10.0) have suddenly also inherited from that new requirement. Breaking existing builds that are not able to build cmake (e.g. armv7 platform).
...
Build requirements
cmake/3.30.5#540068cc37f1d21b42b729c82d6bcb29:7a99b07c654f17f335428a58b7f18cae9b625984 - Invalid
ERROR: There are invalid packages:
cmake/3.30.5: Invalid: CMake binaries are only provided for x86_64 and armv8 architectures
The text was updated successfully, but these errors were encountered:
Description
With the latest version 1.11.1 a new tool depedency has appeared (to cmake 3.30.5).
It looks like previous versions of libssh2 (tested with 1.11.0 and 1.10.0) have suddenly also inherited from that new requirement. Breaking existing builds that are not able to build cmake (e.g. armv7 platform).
Package and Environment Details
Conan profile
[settings]
arch=armv7
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=8
os=Linux
Steps to reproduce
Simply trying to build the package
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: