kou opened a new pull request, #50185:
URL: https://github.com/apache/arrow/pull/50185

   ### Rationale for this change
   
   We want to reduce CI time as much as possible for developer experience and 
avoiding consuming shared resources.
   
   ### What changes are included in this PR?
   
   * Use `apache/infrastructure-actions/stash` instead of `actions/cache` to 
use larger cache storage
   * Enable ccache
   * Increase ccache size because 500MB is small for our case
   * Fix Docker image cache
   * Disable RapidJSON's ccache detection that causes needless `ccache` call 
such as `ccache ccache cc ...`
   * Use Ninja instead of Make
   
   ### Are these changes tested?
   
   Yes.
   
   CI time is reduced to 20min-60min from 60min-120min.
   
   ### Are there any user-facing changes?
   
   No.


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