alamb commented on issue #18471:
URL: https://github.com/apache/datafusion/issues/18471#issuecomment-3481665585
I tried limiting concurrency to work around the issue but this still fails
with a SIGKILL:
```shell
cargo build -j 1 --release -p datafusion-cli
```
I was able to build it using nonlto mode:
```shell
cargo build --profile=release-nonlto -p datafusion-cli
...
Finished `release-nonlto` profile [optimized] target(s) in 2m 26s
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]