ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Prevent Parallization on Windows #265

Closed ooeygui closed 5 years ago

ooeygui commented 5 years ago

Windows has an environment size limitation, which catkin can overflow during nested operations. This fixes: https://github.com/ms-iot/ROSOnWindows/issues/148

dirk-thomas commented 5 years ago

What has changed since #250 which proposed the same change has been closed?

ooeygui commented 5 years ago

@dirk-thomas We're working to unblock customer deployments, and a customer is hitting this issue.