-
Notifications
You must be signed in to change notification settings - Fork 53
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
Container failing on wokwi-server compile #37
Comments
Removing wokwi-server from |
You also need the |
Thank you @MabezDev. My current working Dockerfile is this:
|
Which platform are you using? I assume you are using aarch64 (m1), is that correct? As you mentioned, at this moment, installing |
Also tokio-rs/tokio#4535 is nearing stabilization, so we won't need the unstable cfg soon. |
I'm using M1 yes, @SergioGasquez. It is no problem using my own Dockerfile as a temporary solution for now. |
Great, we expect to have |
Update: Release 1.62.0.0 is out! Using your custom Dockerfile should no longer be required, I'll try to do some testing later on today to confirm that is working fine Could you give it a try and report back the results with the new installer @mortenhauan? Thanks! |
Hello @mortenhauan, did you have a chance to confirm that is working for you? I would like to close the issue as it should be already fixed with the |
In VSCode on starting DevContainer for first time, it stops with the following error:
I can see that it is related to this issue in wokwi-server. I tried adding
ENV RUSTFLAGS="--cfg tokio_unstable"
to the Dockerfile. That gets around theno JoinSet in task
error, but it still failes on the other errors.The text was updated successfully, but these errors were encountered: