You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 11:23:56 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1994: Use slim docker image

tustvold commented on code in PR #1994:
URL: https://github.com/apache/arrow-rs/pull/1994#discussion_r913685979


##########
.github/workflows/rust.yml:
##########
@@ -76,44 +84,54 @@ jobs:
       - name: Run tests
         run: |
           # run tests on all workspace members with default feature list
+          cargo clean
           cargo test
       - name: Re-run tests with all supported features
         run: |
+          cargo clean
           cargo test -p arrow --features=force_validate,prettyprint
       - name: Run examples
         run: |
+          cargo clean 

Review Comment:
   This seems unfortunate as it will clear out the prior build state as well as all the caches.
   
   I wonder if perhaps something else is going on here, perhaps the caches have grown to some stupid size or something?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org