alamb opened a new pull request, #2167:
URL: https://github.com/apache/arrow-rs/pull/2167

   # Which issue does this PR close?
   
   re https://github.com/apache/arrow-rs/issues/2149
   
   # Rationale for this change
   
   I removed most of the ineffective "try to cache `target`" logic in  
https://github.com/apache/arrow-rs/pull/2150 but I missed one
   
   I noticed this while looking at the failure here: 
https://github.com/apache/arrow-rs/runs/7500811391?check_suite_focus=true
   
   It basically runs out of disk space when trying to copy all of `target` into 
the cache (and it took 3m to do so)
   
   ![Screen Shot 2022-07-25 at 1 40 32 
PM](https://user-images.githubusercontent.com/490673/180840419-83ef6400-c9d4-4e4f-baf8-a42d842678c8.png)
   
   
   # What changes are included in this PR?
   
   Remove attempt to cache target directory from common setup-builder action
   
   # Are there any user-facing changes?
   
   Hopefully less CI failures due to out of disk space


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

Reply via email to