nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889987032


   As best I can tell, it's not that the job is timing out, it's that the job 
is running without printing anything to stdout for too long (this is what 
Travis CI would do). This is during the libarrow build step, which (by 
default/on cran) we keep quiet.
   
   Maybe we can fix this by setting ARROW_R_DEV and then LIBARROW_MINIMAL to 
(re)disable features that NOT_CRAN enables (which I think ARROW_R_DEV enables), 
or some other combination of env var propagation to make the C++ build verbose 
but otherwise be CRAN-like. Or, we could try porting it from azure to GHA and 
see if that works around the issue.


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