alamb commented on code in PR #19122:
URL: https://github.com/apache/datafusion/pull/19122#discussion_r2593457994


##########
.github/workflows/rust.yml:
##########
@@ -272,18 +272,6 @@ jobs:
       volumes:
         - /usr/local:/host/usr/local
     steps:
-      - name: Remove unnecessary preinstalled software

Review Comment:
   consolidated two separate cleanup lists into one



##########
.github/actions/setup-builder/action.yaml:
##########
@@ -46,3 +46,23 @@ runs:
       # https://github.com/actions/checkout/issues/766
       shell: bash
       run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
+    - name: Remove unnecessary preinstalled software

Review Comment:
   this actually probably slows down some jobs like fmt and clippy 🤔 
   
   Maybe we can have an explicit way to skip this on setup 🤔 



-- 
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]

Reply via email to