Skip to content

Commit

Permalink
Explicitly install libclang-rt-dev on Noble (#686)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed May 24, 2024
1 parent 197788c commit d8f32e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6668,6 +6668,9 @@ const distributionSpecificAptDependencies = {
"python3-colcon-mixin",
// Others
"python3-importlib-metadata",
// Explicitly install clang-rt:
// https://github.com/ros-tooling/setup-ros/issues/685
"libclang-rt-dev",
],
};
const aptRtiConnextDds = {
Expand Down
3 changes: 3 additions & 0 deletions src/package_manager/apt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ const distributionSpecificAptDependencies = {
"python3-colcon-mixin",
// Others
"python3-importlib-metadata",
// Explicitly install clang-rt:
// https://github.com/ros-tooling/setup-ros/issues/685
"libclang-rt-dev",
],
};

Expand Down

0 comments on commit d8f32e5

Please sign in to comment.