-
Notifications
You must be signed in to change notification settings - Fork 162
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 #3420
Comments
The val gitBranchName = providers.of(GitBranchNameValueSource::class.java) {}.get() I guess the trick at https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/io.element.android.x.yml#L40 need to be updated to alter this line instead, and the result will be val gitBranchName = "main" |
The branch name patch has been update. The current problem is that two classes have different order. I have tried to build it many times with different cpu core numbers and the result never changed. I thought there is difference between the github ubuntu runner and our debian VM. |
There is no way to "ignore" that difference? |
No, we can't ignore it. We have to fix it. |
wow, so close
|
Good to see the progress, thanks @licaon-kter ! We have release 0.6.2 on the PlayStore: https://github.com/element-hq/element-x-android/releases/tag/v0.6.2, if you want to try again the F-Droid build using this version... |
started a build, brb |
@bmarty no change, same diff :( |
nothing changes to v0.6.3 ? i do not set any commit related to build process |
Nothing new, no |
Sorry comment in wrong thread. |
Is there any progress on this? Really don't want to use the play version. |
@kugelzucker use the Github releases in the meantime :) |
In the release v0.6.5 are many build related ... Get it more worst? |
0.6.5 is underway 🎇 😉 |
You are right it looks well: https://monitor.f-droid.org/builds/log/io.element.android.x/40006051#site-footer thank you. hope it is a stable build process, now. |
thanks @licaon-kter. This is great! |
@manuroe the link above is not the CI validation, but the main server. Fyi: https://gitlab.com/fdroid/wiki/-/wikis/FAQ#how-long-does-it-take-for-my-app-to-show-up-on-website-and-client |
The Build of v0.7.0 for arm64 failed: |
trying to build locally fails even earlier as: io.element.android.x_40007002.log.gz I've removed my local cloned repo and I'm retrying 🤷 /LE: more info in: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16030 |
Steps to reproduce
ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/7763982630#L6856
diff log: elx40005021.log see line 33?
we are using this one weird trick in the recipe: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/io.element.android.x.yml#L40
so you don't have
main
there now? remember #1418 (comment)Outcome
.
Your phone model
No response
Operating system version
No response
Application version and app store
No response
Homeserver
No response
Will you send logs?
Yes
Are you willing to provide a PR?
No
/LE: fyi https://gitlab.com/fdroid/fdroiddata/-/commit/56269f5965ec1a9e1feb20192bfd74d333cb7300
The text was updated successfully, but these errors were encountered: