You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means even if I stay at a fixed commit of p4a master, I don't get reproducible builds and if someone breaks stuff in pyjnius like right now -> #1414 I might be stuck not being able to do a simple deployment of my application unless I happened to keep a previous full system image with a working combination of things.
This is bad for such a core component. If I stick on a p4a master at least all the core things should be guaranteed to work, because manually meddling around in recipes just to get back to an older version of e.g. pyjnius in an automated build chain is pretty annoying to do.
Even if nobody ever tests the pin and the pin is updated to a broken version, this is a lot better than no pin. (because in that case, everyone can just go back with their main p4a master clone, which is easy, instead of patching inside the recipes folder during the build to avoid broken pyjnius, which is hard and annoying.)
buildozer.spec
not relevant
Logs
not relevant
The text was updated successfully, but these errors were encountered:
Versions
latest git master of p4a, no matter what python/cython/kivy used
Description
pyjnius isn't version pinned:
https://github.com/kivy/python-for-android/blob/master/pythonforandroid/recipes/pyjnius/__init__.py#L10
This means even if I stay at a fixed commit of p4a master, I don't get reproducible builds and if someone breaks stuff in pyjnius like right now -> #1414 I might be stuck not being able to do a simple deployment of my application unless I happened to keep a previous full system image with a working combination of things.
This is bad for such a core component. If I stick on a p4a master at least all the core things should be guaranteed to work, because manually meddling around in recipes just to get back to an older version of e.g. pyjnius in an automated build chain is pretty annoying to do.
Even if nobody ever tests the pin and the pin is updated to a broken version, this is a lot better than no pin. (because in that case, everyone can just go back with their main p4a master clone, which is easy, instead of patching inside the recipes folder during the build to avoid broken pyjnius, which is hard and annoying.)
buildozer.spec
not relevant
Logs
not relevant
The text was updated successfully, but these errors were encountered: