-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: add initial libcoap #929
Conversation
Some configurations of 'libcoap/20200220' failed in build 1 (
|
Some configurations of 'libcoap/20200220' failed in build 2 (
|
Some configurations of 'libcoap/20200220' failed in build 3 (
|
Some configurations of 'libcoap/20200220' failed in build 4 (
|
Some configurations of 'libcoap/20200220' failed in build 5 (
|
Some configurations of 'libcoap/20200220' failed in build 6 (
|
Some configurations of 'libcoap/20200220' failed in build 7 (
|
Some configurations of 'libcoap/20200424' failed in build 8 (
|
@gocarlos libcoap is pretty nice for IoT stuff, but seems like it's a bit limited in terms of platforms. The apple-clang error is related to IPV6 feature. You could check with the upstream and drop such support if it's a project limitation. |
Failure in build 9 (
|
Some configurations of 'libcoap/20200424' failed in build 10 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libcoap creates libcoap::coap
target in libcoapConfig.cmake
.
So you'll need to add components.
Co-authored-by: Anonymous Maarten <[email protected]>
All green in build 28 (
|
Co-authored-by: SpaceIm <[email protected]>
13d1458
Some configurations of 'libcoap/cci.20200424' failed in build 29 (
|
if self.options.dtls_backend == "openssl": | ||
self.requires("openssl/1.1.1g") | ||
elif self.options.dtls_backend == "mbedtls": | ||
self.requires("mbedtls/2.16.3-apache") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if its supported but there 2.23 in CCI now
Co-authored-by: Chris Mc <[email protected]> Co-authored-by: SpaceIm <[email protected]>
All green in build 30 (
|
Shouldn’t this be merged with all those approves automatically? |
@jgsogo seems to be another PR stuck from the API maintenance |
Thanks, @prince-chrismc |
Specify library name and version: libcoap/master
conan-center hook activated.