-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Installing cargo-udeps
takes very long in the CI
#2889
Comments
To be fair, in other PR's it seems to take 7-11 minutes. But I feel like that's still quite long, especially because it blocks all the build steps. |
hmm, it should not block the builds?! |
Oh I guess that's just an artifact of multiple PRs fighting for CI time at the moment then. |
maybe we can change the priority in GH action?! |
I disabled the tool cache use (back in aba1c8f) because of errors and a languishing issue to repair them. It looks like fixing the problem is still not on the near-term agenda. In the meanwhile, I probably could create a repository with compiled tools to act as a cache, downloading a prefab version of |
Hmm, that seems a bit too complicated for what it would gain us. If there isn't really a simple solution I'll just close this issue. Thanks for the reply! |
The CI builds
cargo-udeps
from source every time for all 3 platforms for which we test it. This can take up to 20 minutes (see for example https://github.com/uutils/coreutils/runs/4843132122?check_suite_focus=true). The output of the CI says:Maybe we could enable that tool cache to speed this up a bit?
The text was updated successfully, but these errors were encountered: