joemarshall commented on PR #37821:
URL: https://github.com/apache/arrow/pull/37821#issuecomment-1803706576

   @jorisvandenbossche it's running out of memory on crossbow - the test build 
output is 18GB, because it is statically linked and every test has all of arrow 
that it uses. 
   
   It would be possible to build a shared wasm for testing only - i.e. run 
`emcc libarrow.a -o libarrow.wasm -sSIDE_MODULE=1 -g2` and then replace 
libarrow.a for libarrow.wasm in `ARROW_TEST_LINK_LIBS`? Bit of a hack


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