-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use latest Buildozer.spec #5
base: main
Are you sure you want to change the base?
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.arch
andaidl
being missing), and avoids new Cython version issues.