Skip to content
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

Unignore fastcdr when building for connext. #148

Merged
merged 4 commits into from
Mar 29, 2021

Conversation

clalancette
Copy link

The new Connext RMW relies on fastcdr to do generation for
it, so it won't build without it.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

The new Connext RMW relies on fastcdr to do generation for
it, so it won't build without it.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Connext needs the fastrtps rosidl typesupport packages.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Co-authored-by: Scott K Logan <logans@cottsay.net>
@clalancette
Copy link
Author

It turns out that we can't ignore fastrtps, since the rosidl_typesupport_fastrtps packages depend on it. In turn, that means we also cannot ignore foonathan_memory_vendor, which fastrtps depends on. So I'll remove both of those from the --packages-ignore list.

@clalancette
Copy link
Author

Here's a build using the current state of this PR: https://build.ros2.org/view/Rci/job/Rci__nightly-connext_ubuntu_focal_amd64/273

Copy link

@asorbini asorbini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Hopefully we can remove the dependency on fastrtps from rosidl_typesupport_fastrtps in the future. I asked @MiguelCompany about it (here), and I can open a PR on that repository if desired (and feasible... I will wait to hear back).

@clalancette
Copy link
Author

I'm going to go ahead and merge this to get this job at least yellow on the next nightlies. If there is any other review feedback, I'm happy to address it afterwards.

@clalancette clalancette merged commit 02bb121 into ros2 Mar 29, 2021
@delete-merged-branch delete-merged-branch bot deleted the clalancette/rolling-connext-unignore-fastcdr branch March 29, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants