Skip to content

Commit 2340dca

Browse files
authored
Fix rolling build (#772)
Signed-off-by: Antón Casas <[email protected]>
1 parent 159ea7b commit 2340dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/create_firmware_ws.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ popd >/dev/null
102102
. $(dirname $0)/clean_env.sh
103103
if [ $RTOS != "host" ]; then
104104
pushd $FW_TARGETDIR/$DEV_WS_DIR >/dev/null
105+
# Fix failing build by ignoring rmw_test_fixture_implementation.
106+
touch ros2/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE
105107
colcon build
106108
set +o nounset
107109
# source dev workspace

0 commit comments

Comments
 (0)