-
Notifications
You must be signed in to change notification settings - Fork 193
Unable to build with cargo 1.75 in Ubuntu 24.04 apt package #1782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I faced this issue once, but I never reproduced it again later... Even restart with a clean docker. |
This is an OOM issue, see the compiler getting killed by SIGKILL |
I can compile it with the |
The compiler are the same commit... |
If the complier really gets killed due to OOM, then maybe the container that you run the build in does not have enough memory available for building zenoh? |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
If we use
apt install cargo
and build Zenoh in Ubuntu 24.04, we will run into the following error messagesTo reproduce
docker run --rm -it ubuntu:24.04 bash
apt update && apt install cargo
cargo build --release --all-targets
System info
The text was updated successfully, but these errors were encountered: