XilinJia / Podcini

Open source podcast instrument for Android supporting contents from YouTube and YT Music as well as normal podcasts.
GNU General Public License v3.0
207 stars 8 forks source link

F-Droid reproducible build failed #80

Closed linsui closed 3 months ago

linsui commented 3 months ago

Checklist

App version

6.3.6

Where did you get the app from

F-Droid

Android version

10

Device model

No response

First occurred

No response

Steps to reproduce

https://gitlab.com/fdroid/fdroiddata/-/jobs/7549977049

The apk is built before the change committed. Please do build the apk after commit. And maybe disable the vcs-info. See https://f-droid.org/en/docs/Reproducible_Builds/#vcs-info.

Expected behaviour

No response

Current behaviour

No response

Logs

No response

XilinJia commented 3 months ago

I see. I did build it before git commit, but the code stayed the same. So probably due to the VCS-info as AGP is updated to 8.5 for this release. I'm going to rebuild with added VCS-info setting. Should I simply replace the release of the 6.3.6, or you would want to see a new release like 6.3.6.1?

linsui commented 3 months ago

Up to you. :)

XilinJia commented 3 months ago

OK, I re-created the 6.3.6 release with the new clean build. Amazing speed of the build, after gradle clean, the release build took 33 seconds. Due to the new Gradle 8.9? Hope that works for you.

linsui commented 3 months ago

Thanks!