-
Notifications
You must be signed in to change notification settings - Fork 36
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
Slow build time when using the Docker container #40
Comments
Thanks @maelp for reporting the issue.
Try also following command to get more details: One alternative on macOS is to use Podman which has same CLI like Docker and it allows much greater control of the container, including mounting USB devices without elevating whole container. |
Thanks @georgik, I tried a build using a VM with more CPU and memory, and it is indeed faster (about 2min to build), which is still somewhat slow, but probably useable |
How long does it take on your setup? |
Hi,
thanks for the amazing work on Rust for embedded ESP, I've been successfully using the Docker container to build the code, but the last step of the build (the linking) seems to be very slow, taking perhaps 1h on my recent osX machine,
do you know what could be the cause of this issue? For now this is a bit blocking, because we would love to use a containerized environment for development, but we can't have build times that are more than 1 or 2 minutes for a simple code
The text was updated successfully, but these errors were encountered: