-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add colcon arguments for selecting packages to build #859
Comments
Hello, I solved the first one by giving colcon relavant arguments after cmake arguments. You can use this trick like below. When you ran this CI, you will see this command. |
Another options it to remove the additional packages (actually directories) after cloning, see https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#workspace-management |
This would be very handy to be automatic. For
Rather than manually keeping a skip list or a include list for upstream packages (which can change), I would prefer something like what like ChatGTP hallucinated, which is ironically a good idea:
Given that rosdep has an understanding of the ros2 graph, it seems that it would be feasible to only build packages Without this, when nav2 keeps adding more packages that take a long time to build and aren't necessary, I will have to keep increasing the skip list. |
Hello,
--packages-up-to <package_name>
during the colcon build and test phase. How can be it done on Github Actions?Regards
The text was updated successfully, but these errors were encountered: