alamb commented on code in PR #19122:
URL: https://github.com/apache/datafusion/pull/19122#discussion_r2593468883
##########
.github/workflows/rust.yml:
##########
@@ -374,19 +362,6 @@ jobs:
with:
save-if: ${{ github.ref_name == 'main' }}
shared-key: "amd-ci-linux-test-example"
- - name: Remove unnecessary preinstalled software
- run: |
- echo "Disk space before cleanup:"
- df -h
- apt-get clean
- rm -rf /__t/CodeQL
Review Comment:
Deleting these individual tools is redundant now with
```shell
rm -rf /__t/* || true
```
--
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]