alamb opened a new pull request #9653: URL: https://github.com/apache/arrow/pull/9653
The theory is that the inclusion of debug symbols is increasing the memory requirements of compiling the test binaries which is causing the tests to hit the CI builder's memory limits (and being OOM killed). Changes: Since the debug symbols aren't used for tests, run the CI tests without them to save memory In theory this might also make the builds faster as well ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org