ArtemSBulgakov / buildozer-action

GitHub Action to build your Python application with Buildozer
MIT License
73 stars 71 forks source link

broken with cython builds #22

Open lightningorb opened 2 years ago

lightningorb commented 2 years ago

This appears to be broken since the latest buildozer release.

Error compiling Cython file:
------------------------------------------------------------
...
cdef dict __Pyx_globals = globals()
if PY_VERSION_HEX >= 0x03040000:
    # create new IntEnum()
    {{name}} = __Pyx_EnumBase('{{name}}', __Pyx_OrderedDict([
        {{for item in items}}

Or it could be another issue. See:

https://github.com/bc31164b-cfd5-4a63-8144-875100622b2d/ace/runs/7458856376?check_suite_focus=true

lightningorb commented 2 years ago

When i set buildozer version to 1.3.0 I get:

https://dl.google.com/android/repository/android-ndk-r23b-linux-x86_64.zip is missing.