Skip to content

Commit

Permalink
reverted changes and limited underlay building workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan99 committed Aug 5, 2020
1 parent 8e403c3 commit 0ab7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build_and_test:
docker:
- image: ros:rolling
- image: ros:foxy
environment:
ROS_WS: "/opt/ros"
UNDERLAY_WS: "/opt/underlay_ws"
Expand All @@ -25,7 +25,7 @@ jobs:
$UNDERLAY_WS/ros2_dependencies.repos
vcs import src < ros2_dependencies.repos
rosdep install -y --ignore-src --skip-keys "slam_toolbox" --from-paths src
colcon build --symlink-install --packages-up-to nav2_costmap_2d rcpputils
colcon build --symlink-install --parallel-workers 1 --packages-up-to nav2_costmap_2d rcpputils rosbag2_cpp
source $UNDERLAY_WS/install/setup.bash
cd $OVERLAY_WS && rosdep install -y --ignore-src --from-paths src
- run:
Expand Down
Empty file removed grid_map_octomap/COLCON_IGNORE
Empty file.

0 comments on commit 0ab7574

Please sign in to comment.