Skip to content
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

Fix Colima VM SSH hang issue by pinning QEMU to 9.0.2 #40

Merged
merged 32 commits into from
Sep 19, 2024
Merged

Conversation

douglascamata
Copy link
Owner

@douglascamata douglascamata commented Sep 19, 2024

It seems like the most recent version of QEMU is causing the SSH server inside the Colima VM to not start, which hangs all builds (see #37). I'm not exactly sure why and debugging the situation inside the action runners is kinda difficult.

With this PR I am pinning QEMU to 9.0.2, which seems to work on the runner image macos-13.

Unfortunately I couldn't make it work on the runner image macos-12. As this is a very old macOS version, I'm dropping support for it. If one day things get fixed, I might readd it as supported.

Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
Signed-off-by: Douglas Camata <[email protected]>
@douglascamata douglascamata linked an issue Sep 19, 2024 that may be closed by this pull request
@douglascamata douglascamata marked this pull request as draft September 19, 2024 13:29
@douglascamata douglascamata marked this pull request as ready for review September 19, 2024 14:13
@douglascamata douglascamata added bug Something isn't working dependencies Pull requests that update a dependency file labels Sep 19, 2024
@douglascamata douglascamata merged commit bdfe424 into main Sep 19, 2024
1 check passed
@douglascamata douglascamata deleted the ssh-hang branch September 19, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker setup hangs forever on new macos-13 image
1 participant