namanjain24-sudo commented on issue #25148: URL: https://github.com/apache/datafusion/issues/25148#issuecomment-5674228148
@alamb sorry, I missed this. Yes, that was the idea: five of the seven `cargo check <crate> features` jobs had no dependency cache step, so each one started from a cold build. @kumarUjjawal's #25231 has since added the cache to all five, and #25249 follows up by sharing the workspace check's build output. The other part of that comment was the substrait check job, which is still missing the `runs-on/action` step that the other `runs-on` jobs have. That fix is #25195, and it merges cleanly with #25249. -- 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]
