Omega359 commented on code in PR #13876: URL: https://github.com/apache/datafusion/pull/13876#discussion_r1896187659
########## .github/actions/setup-builder/action.yaml: ########## @@ -42,6 +42,8 @@ runs: "${RETRY[@]}" rustup component add rustfmt - name: Configure rust runtime env uses: ./.github/actions/setup-rust-runtime + - name: Setup Rust cache + uses: Swatinem/rust-cache@v2 Review Comment: I think the main benefit of it vs the normal GH cache is that it only caches dependencies, not the DF crates. That means the caches are smaller and are more likely to not churn the 10GB limit for the GH cache. From my tests the caches are effective but yes, it may churn a bit as dependencies are updated. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org