Commits

Andrew Lamb authored 976ddbf2fb4
ARROW-11896: [Rust] Disable Debug symbols on CI test builds 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 @nevi-me and I theorize (without proof) that some new release of a dependency pushed the memory usage over the github builder limit which is why we started seeing this all of a sudden on master without any obvious corresponding code change Closes #9653 from alamb/alamb/test_no_debug_symbols Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>