Yowkees / keyball

keyball is split keyboard has 100% track ball
GNU General Public License v3.0
611 stars 438 forks source link

Can't build with latest qmk/qmk_cli image. #691

Closed koron closed 3 days ago

koron commented 3 days ago

https://github.com/qmk/qmk_cli/pkgs/container/qmk_cli was updated 10 days ago. Then we couldn't build this repository. (#689)

image

Find out what causes it and take action if possible.

koron commented 3 days ago
koron commented 3 days ago

Changes in qmk/qmk_cli https://github.com/qmk/qmk_cli/compare/1.1.5...1.1.6

koron commented 3 days ago

This change removes appdirs from dependencies. So the new qmk_cli image does not include appdirs. However, the QMK referenced by keyball is old, so it requires appdirs and does not meet the constraints.

https://github.com/qmk/qmk_firmware/pull/24550

koron commented 3 days ago

Added a step to install missing modules before actually using qmk.