-
Notifications
You must be signed in to change notification settings - Fork 10
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
Failed to build #34
Comments
Thanks, I'll take a look. |
Found something, @sun-jiao? |
I'll fix the build on the newest flutter and use a fixed version in the script in the next week. |
@IzzySoft I've updated the android gradle version and flutter dependencies. And I've added a fixed number (same as my local version) in the GitHub actions script. Could you have a try and tell me the result? |
Thanks! That builds fine! Now, as the background is "reproducible builds" (see initial post): could you provide me an APK you've build from that commit (d2e5b8e) so I can have them compared by our builder? |
I tried building the app from source, going by the steps in the workflow:
But the build fails when it invokes gradle:
As you can see, I even reflected the Github environment with the home and repo directories. Any hints what I might have missed?
Btw, instead of specifying a "moving target" like
stable
, could you maybe add the flutter version you use as git submodule here, or at least specify it inpubspec.yaml
?That would help reproducing a build even months later (and yes, the reason I try to build your app is Reproducible Builds – see Reproducible Builds, special client support and more at IzzyOnDroid).
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: