Skip to content

Commit

Permalink
Also save space on Rust build tree
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Aug 31, 2023
1 parent 4c2e8e9 commit d32cae4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/rust_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ pushd ${source_dir}
# build only the integration testing binaries
cargo build -p arrow-integration-testing

# Save disk space by removing large temporary build products
rm -rf target/debug/deps
rm -rf target/debug/build
rm -rf target/debug/incremental

popd

0 comments on commit d32cae4

Please sign in to comment.