Skip to content

Commit 0f6fbf0

Browse files
Fix CI no space left on device (micro-ROS#157) (micro-ROS#160)
* Free space in docker * Build script as step * Nightly --------- Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> Co-authored-by: EugenioCollado <121509066+EugenioCollado@users.noreply.github.com>
1 parent 94de0a2 commit 0f6fbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmicroros.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ $(COMPONENT_PATH)/micro_ros_dev/install:
6767
git clone -b jazzy https://github.com/ament/googletest src/googletest; \
6868
git clone -b jazzy https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
6969
git clone -b jazzy https://github.com/ament/ament_index src/ament_index; \
70+
touch src/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE; \
7071
colcon build --cmake-args -DBUILD_TESTING=OFF;
7172

7273
$(COMPONENT_PATH)/micro_ros_src/src:

0 commit comments

Comments
 (0)