Skip to content

Commit 0f5651c

Browse files
mergify[bot]CarlosespicurEugenioCollado
authored
Fix ament_cmake dependency (backport #795) (#810)
* Fix failing build by ignoring rmw_test_fixture Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> * Fix CI Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> --------- Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> Co-authored-by: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com> Co-authored-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 526d0c5 commit 0f5651c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<depend>python3-yaml</depend>
1313
<depend>clang-tidy</depend>
1414

15+
<buildtool_depend>ament_cmake</buildtool_depend>
16+
<buildtool_depend>ament_lint_auto</buildtool_depend>
1517
<build_depend>flex</build_depend>
1618
<build_depend>bison</build_depend>
1719
<build_depend>libncurses-dev</build_depend>

scripts/create_firmware_ws.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ rosdep install --os=ubuntu:noble -y --from-paths $PREFIX/config/$RTOS/$TARGET_FO
114114

115115
# Creating specific firmware folder
116116
. $PREFIX/config/$RTOS/$TARGET_FOLDER/create.sh
117-

0 commit comments

Comments
 (0)