eerhardt commented on PR #37122:
URL: https://github.com/apache/arrow/pull/37122#issuecomment-1697499523

   > Don't really wanna install mono
   
   You don't need to install mono. .NET runs on Linux and Mac. 
https://dot.net/download
   
   > is there a way to do it via docker?
   
   Yes, this is how the integration tests run in CI. You can execute the same 
commands as what CI does:
   
   
https://github.com/apache/arrow/blob/29819425f428d703ad5c80cc0afaf7902dbbb224/.github/workflows/integration.yml#L85-L95
   
   You should be able to speed it up by commenting out the languages you don't 
need to build here:
   
   
https://github.com/apache/arrow/blob/29819425f428d703ad5c80cc0afaf7902dbbb224/docker-compose.yml#L1709-L1715
   
   and here:
   
   
https://github.com/apache/arrow/blob/29819425f428d703ad5c80cc0afaf7902dbbb224/ci/scripts/integration_arrow.sh#L28-L40


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