Skip to content

Commit 4de2a86

Browse files
committed
Ignore rmw_test_fixture package
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent 249d51f commit 4de2a86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/create_firmware_ws.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ if [ $RTOS != "host" ]; then
104104
pushd $FW_TARGETDIR/$DEV_WS_DIR >/dev/null
105105
# Fix failing build by ignoring rmw_test_fixture_implementation.
106106
touch ros2/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE
107+
# Fix failing build by ignoring rmw_test_fixture.
108+
touch ros2/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE
107109
colcon build
108110
set +o nounset
109111
# source dev workspace
@@ -116,4 +118,3 @@ rosdep install --os=ubuntu:noble -y --from-paths $PREFIX/config/$RTOS/$TARGET_FO
116118

117119
# Creating specific firmware folder
118120
. $PREFIX/config/$RTOS/$TARGET_FOLDER/create.sh
119-

0 commit comments

Comments
 (0)