xxchan commented on code in PR #1194: URL: https://github.com/apache/iceberg-rust/pull/1194#discussion_r2040568758
########## .github/workflows/ci.yml: ########## @@ -126,9 +126,20 @@ jobs: - name: Test run: cargo test --no-fail-fast --all-targets --all-features --workspace + - name: Free space + run: | + docker system prune -a --volumes -f + cargo clean Review Comment: May use `easimon/maximize-build-space` (approved by ASF https://github.com/apache/infrastructure-actions/blob/b2bd92036d46a390098068da9e3f0c0003eb98e7/actions.yml#L321) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org