alamb commented on PR #9182: URL: https://github.com/apache/arrow-datafusion/pull/9182#issuecomment-1941247358
> The GitHub CI runner VM does not recreate each time it runs, the installation time of cargo-audit could be ignored in most cases. It's would be viable to include this action on every PR. When I looked at the log of https://github.com/apache/arrow-datafusion/actions/runs/7877518929/job/21493850998?pr=9205 It appears to show that cargo-audit is already installed (so "reinstalling" it is just a no op) ``` Run cargo install cargo-audit Updating crates.io index Downloading crates ... Downloaded cargo-audit v0.19.0 Ignored package `cargo-audit v0.19.0` is already installed, use --force to override ``` -- 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]
