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

Add in support for both the PMR and custom allocator tutorials. #655

Merged
merged 1 commit into from Oct 17, 2023

Conversation

clalancette
Copy link
Contributor

This is mostly because libc++ 14 (in Ubuntu 22.04) only understands the old version. So we choose the appropriate file based on the compiler in use.

Note that this partially undoes #653 , at least by adding in both versions, and then selecting at compile-time. This should fix our failing Clang builds at https://ci.ros2.org/view/nightly/job/nightly_linux_clang_libcxx/

This is mostly because libc++ 14 (in Ubuntu 22.04) only understands
the old version.  So we choose the appropriate file based on
the compiler in use.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

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

@clalancette
Copy link
Contributor Author

Oh, and clang:

  • Clang Build Status

@clalancette clalancette merged commit 647f858 into rolling Oct 17, 2023
3 checks passed
@clalancette clalancette deleted the clalancette/fix-clang-allocator branch October 17, 2023 15:35
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