Skip to content

Commit 73024bf

Browse files
committed
package skip
1 parent 31e7b9d commit 73024bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker/Dockerfile.aircraft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN pip3 install --no-cache-dir --upgrade "cmake>=3.24"
188188
COPY /github_clones/kiss-icp /aas/github_ws/src/kiss-icp
189189
WORKDIR /aas/github_ws
190190
# Explicitly use bash, not sh, to source and build the workspace
191-
RUN bash -c "source /opt/ros/humble/setup.bash && colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release"
191+
RUN bash -c "source /opt/ros/humble/setup.bash && colcon build --symlink-install --packages-skip livox_ros_driver2 --cmake-args -DCMAKE_BUILD_TYPE=Release"
192192

193193
# Add pymavlink for debugging and testing
194194
RUN pip3 install --no-cache-dir --upgrade pip \

0 commit comments

Comments
 (0)