Fulguris
Fulguris copied to clipboard
F-Droid can't build
ref: https://jfrog.com/blog/jcenter-sunset/
as https://github.com/Slion/Fulguris/tree/Fulguris-v1.9.31/app/libs these random binaries can't be used
ref: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8831691616#L419
related: https://github.com/Slion/Fulguris/issues/650
They were just as random before except that they were downloaded by the build system.
I agree to some extent. Were put in a maven repo by their devs.
If I recall well only the netcypher and the permissions libraries are used from that folder. Mezzanine is provided through JitPack. So this will be fixed once #661 and #660 are fix. However #659 and #658 should also be fixed. Could be a while until I get around sorting this out.
@licaon-kter Thanks for opening that issue. What is exactly breaking the build? The fact that we link against those libraries or the fact that we just have libraries in our directory tree?
First stopper is being there.
We can delete them... will the app compile without them? If not...
It won't compile without them. It needs two of those four libraries.
any news?
Did not get a chance to work on that yet.
We've disabled autoupdates for now, ping us when ready to test
I removed all those binaries. It could still be a while until I'm ready for release but you could re-enable autoupdates already.
ping us when a release is ready so we can also test locally
Release is ready, have a go at it.
Build is broken #680
Ok, issues should be fixed in the new release v1.10.1.
AGP 8.12.0/1 doesn't work on the buildserver. See https://gitlab.com/fdroid/admin/-/issues/593 for more details.
I tried to replace it at build time but it failed with https://gitlab.com/fdroid/fdroiddata/-/jobs/11164513901#L630
I tried to replace it at build time but it failed with https://gitlab.com/fdroid/fdroiddata/-/jobs/11164513901#L630
You need to fetch the submodules: git submodule update --init --recursive
See if that helps.
I'm now using Slion/Preference as a submodule rather than using the published library.
thanks
Hey, thank you for your patience, FYI we sneakily announced in our TWIF (https://f-droid.org/2025/11/13/twif.html) that the build server has now modern hardware, so AGP 8.12+ will work just fine. 😉