https://gitlab.com/fdroid/fdroiddata/-/jobs/13907606907
We need to remove the ndk build-id from the dartjni lib. We need to do something like
|
sed -i '2i add_link_options("LINKER:--build-id=none")' "$CMAKE_FILE" |
. Not sure if we can set this globally.
https://gitlab.com/fdroid/fdroiddata/-/jobs/13907606907
We need to remove the ndk build-id from the dartjni lib. We need to do something like
Wispar/.github/workflows/build.yml
Line 28 in 8a943c6