Skip to content

Commit 6e9f962

Browse files
Fix CI
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent a5bb6e3 commit 6e9f962

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/create_firmware_ws.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ 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
107-
# Fix failing build by ignoring rmw_test_fixture.
108-
touch ros2/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE
109105
colcon build
110106
set +o nounset
111107
# source dev workspace

0 commit comments

Comments
 (0)