Conversation
Reapply same changes, plus: osx.kivy_version now 2.2.1 accepts android.accept_sdk_license = True Cython version restricted (will be installed by Buildozer in its next release) Note: android.archs now new default
|
@Julian-O , if you're wondering why the CI is failing, is due to the installed Cython version (which should be |
One day, GitHub will not make me cry. Today is not that day. |
😅 The Cython version that should be pinned is not the one in |
CI Build depends on 3rd Party GitHub build action that depends on obsolete Docker image on DockerHub that still includes old version of Cython that doesn't work with stable or master versions of p4a.
|
Best I can figure: The CI Build depends on ArtemSBulgakov/buildozer-action which depends on the latest DockerHub image which is obsolete and includes old version of Cython which causes build errors when used with recent versions of p4a. Solutions include:
In the meantime: locked down the p4a version to an old version to get this building. |
Use latest Buildozer.spec, reapplying same changes, plus:
Note: android.archs is now new default
This fixes #4 (complaints about
android.archandaidlbeing missing), and avoids new Cython version issues.