dioxus
dioxus copied to clipboard
Running dx bundle during deployment causes it to get stuck in Github Actions sometimes, unpredictably
Problem
When running dx bundle using dockerimage with the fly deploy command on gihtub actions. Sometimes it just gets randomly stuck at the end of the deployment and the only way to deal with it is to cancel the deploy and build it again by making a new commit and push.
#15 [builder 5/5] RUN dx bundle --platform web
2025/05/16 07:58:34 error releasing builder: deadline_exceeded: context deadline exceeded
==> Building image
Waiting for depot builder...
2025/05/16 08:03:34 error releasing builder: deadline_exceeded: context deadline exceeded
Error: failed to fetch an image or build from source: error building: timed out connecting to machine: failed to list workers: Unavailable: connection error: desc = "transport: authentication handshake failed: EOF"
Error: Process completed with exit code 1.
Steps To Reproduce
Since it's non deterministic I have no idea.
I am using very similar dockerimage as the one outlined in dioxus docs on deployment.
Expected behavior
Should just deploy without getting stuck.
Environment:
- Dioxus version: 0.6.3