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

Defer path resolution of rmw implementation libraries to dynamic linker. #169

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

hidmic
Copy link
Contributor

@hidmic hidmic commented Dec 11, 2020

Connected to ros2/rcutils#320. By deferring path resolution to the dynamic linker, RPATHs and RUNPATHs entries as well as LD_LIBRARY_PATH and PATH envvars are dealt with the standard way. Pre-linked and pre-loaded libraries are also honored.

CI up to test_communication:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status (known test failure)
  • Windows Build Status

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
@hidmic hidmic requested review from clalancette, sloretz and azeey and removed request for clalancette December 11, 2020 21:25
Copy link

@azeey azeey left a comment

Choose a reason for hiding this comment

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

LGTM!

@hidmic
Copy link
Contributor Author

hidmic commented Dec 22, 2020

Re-running CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@hidmic
Copy link
Contributor Author

hidmic commented Dec 22, 2020

Merging!

@hidmic hidmic merged commit c88501a into master Dec 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the hidmic/shared-library-relpaths branch December 22, 2020 20:59
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.

None yet

2 participants