-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Bug] container build error: no rule to make target #42
Comments
Ran into the same problem trying to build keyball61.
Used the same image as @sudomateo (thanks for the workaround):
and I was able to build again.
|
Thank you for confirming @TribalNightOwl! I see you're building firmware for the |
Thanks for the heads-up @sudomateo. Yes I am aware, in order to build for the keyball61 I had to use a special fork for it (which also got behind from main), basically the same situation you ran into but with a different fork. |
Ah that makes sense! Thank you for commenting on this issue and raising awareness. Hopefully someone with more context and/or time will be able to fix it. |
Describe the Bug
The container build on tag
v0.2.9
fails with the following output.Here's the commit I used to build.
Workaround
I successfully built this firmware in the past on another machine so I checked that machine and noticed it was using container image
ghcr.io/qmk/qmk_cli@sha256:d8ebfab96c46d3ab948dd4e87be8a976095bd31268700021a74716cbd6e5b4c1
. Checking https://github.com/qmk/qmk_cli/pkgs/container/qmk_cli/versions?filters%5Bversion_type%5D=untagged shows that there's been more images published since I last built the firmware. I suspect the changes in recent container images are incompatible with this fork. I updated the code to use theghcr.io/qmk/qmk_cli@sha256:d8ebfab96c46d3ab948dd4e87be8a976095bd31268700021a74716cbd6e5b4c1
image and everything works.Here's the diff I used.
Keyboard Used
framework/ansi
Link to product page (if applicable)
No response
Operating System
Fedora 41
qmk doctor Output
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: