tshauck commented on code in PR #11174:
URL: https://github.com/apache/datafusion/pull/11174#discussion_r1663136294
##########
ci/scripts/rust_example.sh:
##########
@@ -29,5 +29,6 @@ do
# Skip tests that rely on external storage and flight
if [ ! -d $filename ]; then
cargo run --example $example_name
+ cargo clean -p datafusion-examples
Review Comment:
er, sorry this came up. There are a few other tricks here
(https://github.com/actions/runner-images/issues/2840#issuecomment-790492173)
to clear up some disk space that may help again.
##########
ci/scripts/rust_example.sh:
##########
@@ -29,5 +29,6 @@ do
# Skip tests that rely on external storage and flight
if [ ! -d $filename ]; then
cargo run --example $example_name
+ cargo clean -p datafusion-examples
Review Comment:
er, sorry this came up. There are a few other tricks here
(https://github.com/actions/runner-images/issues/2840#issuecomment-790492173)
to clear up some disk space that may help also.
--
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]