-
Notifications
You must be signed in to change notification settings - Fork 53
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
Skip rosdep install
#829
Comments
If dependencies are already installed, then rosdep should be pretty quick and will simply install nothing. Nonetheless, a pull request adding this feature would be welcome! |
@christophebedard I have created the PR, thanks for getting back so quickly! It will be mainly used to fail the build if the core dependencies are not in the image. However, it will not fail for the missing |
Tests should fail if |
True if the package unit tests are covering the component. Just thinking for cases where test coverage are minimum(only testing for linting/formatting). |
That isn't ideal, but that's true. I think it would depend on what that |
Added the dependencies check using |
Any updates on this? |
The PR is here: #830. I just reviewed it, sorry for the delay. |
Description
Option to skip
rosdep install
. Useful for project that use a specific version of image for CI and in production.Completion Criteria
rosdep install
in the actionImplementation Notes / Suggestions
rosdep install
here?The text was updated successfully, but these errors were encountered: