Skip to content

Commit

Permalink
Skip log4cxx in rosdep
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 6, 2024
1 parent ce3b6c0 commit 4b059f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-build-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python3 setup.py install
cd ~/ros_catkin_ws

echo "--- Resolve dependencies"
rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro $ROS_DISTRO -y --os=debian:$VERSION_CODENAME --skip-keys="python3-catkin-pkg python3-catkin-pkg-modules python3-rosdep-modules"
rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro $ROS_DISTRO -y --os=debian:$VERSION_CODENAME --skip-keys="python3-catkin-pkg python3-catkin-pkg-modules python3-rosdep-modules log4cxx"

echo "--- Build ROS"
# https://github.com/ros/catkin/issues/863#issuecomment-290392074
Expand Down

0 comments on commit 4b059f3

Please sign in to comment.