Skip to content

Commit 17c4f9b

Browse files
authored
Fix rolling build (#48)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 8075297 commit 17c4f9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

micro_ros_lib/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ micro_ros_dev/install:
4848
git clone -b rolling https://github.com/ament/googletest src/googletest; \
4949
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
5050
git clone -b rolling https://github.com/ament/ament_index src/ament_index; \
51+
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
5152
colcon build --cmake-args -DBUILD_TESTING=OFF;
5253

5354
micro_ros_src/src: micro_ros_dev/install
@@ -81,6 +82,7 @@ micro_ros_src/src: micro_ros_dev/install
8182
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
8283
touch src/rclc/rclc_examples/COLCON_IGNORE; \
8384
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
85+
touch src/rmw/rmw_security_common/COLCON_IGNORE; \
8486
cp -rf ../extra_packages src/extra_packages || :;
8587

8688
micro_ros_src/install: toolchain.cmake micro_ros_dev/install micro_ros_src/src

0 commit comments

Comments
 (0)