-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create thread-safe storage of source-space paths #674
Comments
Please consider to provide a pull request for this. |
I assume |
No, |
I will close this issue for now since it is unlikely that anyony is working on this in the future and it is unclear how this could be addressed in Imo the build tool should avoid performing tasks in parallel which access the same files, e.g. by passing |
Currently, as described in #670, when multiple catkin cmake processes are running with a merged develspace, they each want to modify
devel/.catkin
in order to store the sourcespace paths for each package. This information is used to build PATH-like variables like$ROS_PACKAGE_PATH
.If a parallel-safety flag is set, as proposed in #675, then we could generate this file with a top-level tool like
catkin build
.The text was updated successfully, but these errors were encountered: