jorgecarleitao commented on pull request #688:
URL: https://github.com/apache/arrow-datafusion/pull/688#issuecomment-874429610


   The build log is a bit unreadable in its current form. Could we trim the 
output?
   
   I went through the build log and I am not sure having a pre-built image 
helps:
   
   * 4m are spent in `apt-get install`ing.
   * most of the time is spent building a `--release` binary. Do we need it to 
be a release build?
   * we are not caching anything from cargo, like we do for the other builds
   
   I suggest that we trim the time by caching the cargo build, which has no 
dependency on docker nor docker registry.


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