-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
F-Droid can't build #5563
Comments
I could. What I don't know is, where is this hash coming from at the end of .tgz: https://github.com/zulip/zulip-mobile/blob/main/yarn.lock#L13512 ? |
Google Services sneaked in :( /LE: disabled https://gitlab.com/fdroid/fdroiddata/-/commit/f40975528828f729a02ce428986c9333451d11fb |
Nothing snuck in. We've been quite clear all along that we use Google Play Services for getting notifications. This is part of that. What happened is that the way you chose to make an F-Droid build involves some sed scripts that depend on the exact details of our source code. We never promised that those details would stay the same. In fact, I specifically warned you that they would probably change, and that your approach was likely to break: #1270 (comment)
If you have specific questions, we can try to help. But this isn't the right tracker for a build failure in the F-Droid script, so I'm closing this issue for now. If you have a specific question to ask, just reply (or feel free to open a new issue) and I can reopen. |
I guess I forgot what the workflow is for this app. My bad. |
How about making an |
Sure, we'd be open to a PR for that. Here's previous discussion of what it would look like: |
...since we build reanimated first and we hit this issue: facebook/react-native#35210
I've hacked around it by bumping react-native to 0.67.5: https://gitlab.com/fdroid/fdroiddata/-/commit/4a750ce2145dd4773092ed3ac551e59d47dccdb3 (based on https://github.com/laurent22/joplin/pull/7307/files)
Can you do this update project wide instead?
The text was updated successfully, but these errors were encountered: