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

Set rosidl_typesupport_introspection_{c,cpp}_identifier target visibility public #420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

udaya2899
Copy link

Why?

A cc_binary we have that transitively depends on ros2_rosidl and when ran inside an oci_container, fails with

error while loading shared libraries: librosidl_typesupport_introspection_c_identifier.so: cannot open shared object file: No such file or directory

To add the expected .so files to the container as a layer, we need the target that directly builds these .so files. For this, we need the visibility to be public.

PS: Thanks in advance for your work in maintaining this. Btw, looking forward for Bzlmod support soon!

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.

1 participant