Skip to content

Commit

Permalink
[docker] Avoid build failure on kinetic
Browse files Browse the repository at this point in the history
Maybe related to:
- 83954d1
- 2a9f6b8
  • Loading branch information
pazeshun committed Aug 29, 2023
1 parent d86bb2f commit dd6b952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ RUN if [ ${TESTING} = "true" ] ; then \
cd ~/ros/${ROS_DISTRO} && \
if [ ${ROS_DISTRO} = "indigo" ]; then \
catkin build jsk_apc2015_common jsk_apc2016_common jsk_arc2017_common jsk_2015_05_baxter_apc jsk_2016_01_baxter_apc jsk_arc2017_baxter selective_dualarm_stowing sphand_driver sphand_driver_msgs vl53l0x_mraa_ros baxtergv6_apc2016;\
elif [ ${ROS_DISTRO} = "kinetic" ]; then \
catkin config --blacklist test_catkin_virtualenv test_catkin_virtualenv_py3_isolated test_catkin_virtualenv_inherited && \
catkin build; \
else \
catkin build; \
fi; \
Expand Down

0 comments on commit dd6b952

Please sign in to comment.