Skip to content

Commit 76cd412

Browse files
authored
Merge pull request #95 from space-ros/don't-limit-parallel-workers
Don't limit parallel workers in moveit2 build (#77)
2 parents 91b8e7a + 4edb462 commit 76cd412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN cd src/octomap_msgs && git apply octomap_fix.diff
125125

126126
# Build MoveIt2
127127
RUN /bin/bash -c 'source ${SPACEROS_DIR}/install/setup.bash \
128-
&& colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status- --parallel-workers 1'
128+
&& colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status-'
129129

130130
# Add a couple sample GUI apps for testing
131131
RUN sudo apt-get install -y \

0 commit comments

Comments
 (0)