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

QEMU failure on macos 20230812.3 #12

Closed
shrink opened this issue Aug 19, 2023 · 2 comments
Closed

QEMU failure on macos 20230812.3 #12

shrink opened this issue Aug 19, 2023 · 2 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@shrink
Copy link

shrink commented Aug 19, 2023

actions/runner-images#8104

I was investigating why this action was randomly failing for me: turns out, sometimes the runner a Job is allocated to has macos version 20230812.3 (broken) and sometimes it has 20230812.1 (working).

I'm not sure if you want to include the workaround in the action itself, but there's a comment here about it in case you do: actions/runner-images#8104 (comment)

@douglascamata
Copy link
Owner

Wow, thanks for digging this one out, @shrink.

I think for now I'll try to not do anything about it, as forcing the downgrade/reinstall of QEMU wastes a lot of CI minutes (it's the slowest part of the whole action).

But if this starts being too annoying I might include the fix from the comment you suggested. Likely there would be another input to the action to enable the fix, so that it becomes easy to remove from the action itself when the problem is solved on the images.

@douglascamata douglascamata added bug Something isn't working dependencies Pull requests that update a dependency file labels Aug 21, 2023
@douglascamata
Copy link
Owner

Got bitten by this too much already and pushed a fix. Should be fixed now.

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

No branches or pull requests

2 participants