buildozer-action icon indicating copy to clipboard operation
buildozer-action copied to clipboard

broken with cython builds

Open lightningorb opened this issue 2 years ago • 1 comments

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 avatar Jul 21 '22 22:07 lightningorb

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.

lightningorb avatar Jul 21 '22 22:07 lightningorb