File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5354micro_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
8688micro_ros_src/install : toolchain.cmake micro_ros_dev/install micro_ros_src/src
You can’t perform that action at this time.
0 commit comments