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

Can't build with GitHub Actions #689

Closed
koron opened this issue Nov 9, 2024 · 6 comments · Fixed by #690
Closed

Can't build with GitHub Actions #689

koron opened this issue Nov 9, 2024 · 6 comments · Fixed by #690
Assignees

Comments

@koron
Copy link
Collaborator

koron commented Nov 9, 2024

https://github.com/Yowkees/keyball/actions/runs/11319566401/job/32746028854

@koron koron self-assigned this Nov 9, 2024
@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

I assume this is due to ubuntu-latest being updated from 22.04 to 24.02.

@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

Ubuntu-latest workflows will use Ubuntu-24.04 image

actions/runner-images#10636

This change will be rolled out over a period of several weeks beginning December 5th and will complete on January 17th, 2025.

It hasn't started yet because it's only December 5th. In other words, it's highly likely that there is another cause.

@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

Assuming the docker image for qmk_cli has been updated.

https://github.com/qmk/qmk_cli/pkgs/container/qmk_cli

image

This is probably the cause.

@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

Identify the docker images that have been successfully built in the past.

https://github.com/Yowkees/keyball/actions/runs/11319551129/job/31475769860

Digest: sha256:16c4916e95b99bf88d27b15aec8db409ee17265d1710287fde248c6666508966

Try building it with this now.

@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

My attempt to strictly specify the image version worked.
The cause was that the latest in the qmk_cli docker image had changed.

@koron
Copy link
Collaborator Author

koron commented Nov 9, 2024

I'll merge the current version #690 for now.
I'll investigate further and find a solution (i.e. make it work on the latest version?) later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant