-
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
WIP feat: add ot-commissioner #1285
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
depends on #1313 |
depends on #1314 |
This comment has been minimized.
This comment has been minimized.
self.requires("mbedtls/2.16.3-gpl") | ||
self.requires("fmt/6.1.2") | ||
# TODO: port to CCI | ||
self.requires("cose-c/20200225@gocarlos/testing") |
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.
waiting for #1314
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.
The wait is over.
This comment has been minimized.
This comment has been minimized.
Failure in build 5 (
|
# TODO: port to CCI | ||
self.requires("cose-c/20200225@gocarlos/testing") |
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.
# TODO: port to CCI | |
self.requires("cose-c/20200225@gocarlos/testing") | |
self.requires("cose-c/cci.20200430") |
Hopefully, cose-c is already in CCI, so let's try to use it.
self.requires("libevent/2.1.11") | ||
self.requires("mdns/20200331") | ||
self.requires("nlohmann_json/3.7.3") | ||
self.requires("mbedtls/2.16.3-gpl") | ||
self.requires("fmt/6.1.2") |
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.
self.requires("libevent/2.1.11") | |
self.requires("mdns/20200331") | |
self.requires("nlohmann_json/3.7.3") | |
self.requires("mbedtls/2.16.3-gpl") | |
self.requires("fmt/6.1.2") | |
self.requires("libevent/2.1.12") | |
self.requires("mdns/20200424") | |
self.requires("nlohmann_json/3.9.1") | |
self.requires("mbedtls/2.25.0") | |
self.requires("fmt/7.1.3") |
name = "ot-commissioner" | ||
description = "OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks." | ||
url = "https://github.com/conan-io/conan-center-index" | ||
homepage = "https://giþthub.com/openthread/ot-commissioner" |
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.
homepage = "https://giþthub.com/openthread/ot-commissioner" | |
homepage = "https://github.com/openthread/ot-commissioner" |
"20200404": | ||
sha256: 04a8cd1b3e79ef8f42341d50c32916806e1313bbcc76292f7f57c36ade371b18 | ||
url: https://github.com/gocarlos/ot-commissioner/archive/643e7e8cf803f3fd8daa09673d49badc43b4b385.zip |
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.
Why do you use your fork?
Let's use the upstream and the tagged version.
https://github.com/openthread/ot-commissioner/releases/tag/v0.0.1
self.requires("mbedtls/2.16.3-gpl") | ||
self.requires("fmt/6.1.2") | ||
# TODO: port to CCI | ||
self.requires("cose-c/20200225@gocarlos/testing") |
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.
The wait is over.
# extracted_dir = self.name + "-" + self.version | ||
extracted_dir = self.name + "-" + os.path.basename(self.conan_data["sources"][self.version]["url"]).split(".")[0] |
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.
Maybe it's worth using globbing?
int main(){ | ||
std::cout << "hello world" << std::endl; | ||
return 0; | ||
} |
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.
} | |
} | |
You are free to take over this, i changed position and therefore not using this anymore... If someone is interested pls, pick it and improve it.... i‘m not going to be able to test this anymore and therefore leaving this open for possible interested parties |
Thanks. I will take a look. If it's easy to get done, I will finish the work you've done. |
Failure in build 6 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
conan-center hook activated.