2010YOUY01 commented on PR #23477: URL: https://github.com/apache/datafusion/pull/23477#issuecomment-4949571026
The step of installing `cargo machete` improved from 41s to 3s https://github.com/apache/datafusion/actions/runs/29175818974/job/86604744160 https://github.com/apache/datafusion/actions/runs/29154744229/job/86549929396?pr=23477 Other `cargo` dependencies should have a similar speedup. Note some of them are not faster, because `install-action` don't support all `cargo` dependencies, unsupported ones will fallback to `cargo install`. It seems all of them can be manually added by sending a PR to `install-action` See https://github.com/taiki-e/install-action/blob/main/TOOLS.md -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
