Closed offa closed 5 years ago
:question: There's a dependency already!?
Issue updated, it's a CI issue.
It seems to work with curl installed into the Conan Container – and removing it from conanfile.
… but the Trusty Image contains a hopelessly outdated v7.35 which doesn't work as at least 7.40 is required …
Seems x86 isn't compatible:
/usr/bin/ld: i386 architecture of input file `/home/conan/.conan/data/libcurl/7.64.1/bincrafters/stable/package/301c93ed38bbbc10b765ae765d424d83716421ec/lib/libcurl.a(libcurl_la-easy.o)' is incompatible with i386:x86-64 output
Finally it worked: Disabling x86 and Patching the CMakeFile.txt
to use libcurl
instead of CURL
package.
Curl is not found in the ci build, though it's installed before.