-
Notifications
You must be signed in to change notification settings - Fork 170
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
Apt install one-shot #940
Comments
@tonynajjar Made a PR, care to test it out? |
hi @SubaruArai, thanks for tackling this! I tested it out and for my use case it accelerated the rosdep installation by 30 seconds which is a big improvement! I'm just curious about one thing I see in the logs:
I understand why
|
Interesting, gotta dig a bit deeper. Do you mind to share on what project structure you ran rosdep on, or even better give me a minimal reproducible repo? |
Here you go:
|
@tonynajjar There's some discussion on why this slow implementation was used in the pr thread (#953), you might be interested to know the rationale behind. |
Conversation going on in #953 |
This is more of a suggestion than an issue. I noticed that rosdep runs each apt install individually for each package which is probably more time consuming than running 'apt install package1 package2....'. Can we install them all in one-shot? This small change could save a lot of CI time for a lot of people.
What do you think?
The text was updated successfully, but these errors were encountered: