From 946893f7c14f96767c3242d39ca9fdb7e020c965 Mon Sep 17 00:00:00 2001 From: Henry Moore Date: Wed, 29 Jan 2025 00:20:11 +0000 Subject: [PATCH] try fixing CI --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f79eed54..736fdfc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,10 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ apt-get update && apt-get upgrade -y && \ . /opt/ros/humble/setup.sh && \ rosdep install --from-paths src -y --ignore-src && \ - colcon build --mixin compile-commands coverage-gcc coverage-pytest + # tf2_2d testing build fails due to upstream tf2 changes, it seems + colcon build --mixin compile-commands coverage-gcc coverage-pytest build-testing-off --packages-select tf2_2d && \ + source install/setup.bash && \ + colcon build --mixin compile-commands coverage-gcc coverage-pytest --packages-ignore tf2_2d # Set up final environment and entrypoint. ENV RMW_IMPLEMENTATION rmw_cyclonedds_cpp