Huy1Ng commented on PR #1360: URL: https://github.com/apache/datafusion-ballista/pull/1360#issuecomment-3715059009
I couldn't replicate the error on my fork, but add this to the CI section in `Cargo.toml` ``` [profile.ci] inherits = "dev" incremental = false debug = false debug-assertions = false strip = "debuginfo" ``` reduce the ./target directory size by ~10%. I'm not sure how `cargo clean` would help as we should start with empty ./target for each run (or do we?!) -- 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]
