-
Notifications
You must be signed in to change notification settings - Fork 70
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
add enclave option functions. #393
Conversation
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.
this PR adds the following, and rcl and rmw implementation depends on. the idea is to manage the rmw structure data in rmw layer just like other options. this is the root cause of micro-ROS/rmw_microxrcedds#311.
rmw_enclave_options_copy
rmw_enclave_options_fini
we do not need to rmw_enclave_options_init
, because it is actrually char *
and can be initialized with rmw_init_options_init
.
Pulls: #393, ros2/rmw_implementation#247, ros2/rmw_fastrtps#808, ros2/rmw_cyclonedds#531, ros2/rmw_connextdds#172 |
Pulls: #393, ros2/rmw_implementation#247, ros2/rmw_fastrtps#808, ros2/rmw_cyclonedds#531, ros2/rmw_connextdds#172 |
@ahcorde thanks for trying to start the CI. i think i need to rebase those, since they are missing latest your change that is security common interfaces. i will rebase them all and retry the CI. |
Signed-off-by: Tomoya Fujita <[email protected]>
f923c40
to
7af633d
Compare
Pulls: #393, ros2/rmw_implementation#247, ros2/rmw_fastrtps#808, ros2/rmw_cyclonedds#531, ros2/rmw_connextdds#172 |
CI is failing because,
i will start the full CI instead. |
windows build warning is unrelated, https://ci.ros2.org/job/ci_windows/23426/#showFailuresLink |
closes #390
part of micro-ROS/rmw_microxrcedds#311