rive-app / rive-flutter

Flutter runtime for Rive

Home Page:https://rive.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support reproducible builds

braniii opened this issue · comments

Description

Including rive to my flutter app I am not able to use reproducible builds for F-droid. The issue is, that the build-id of librive_text.so depends on the path of the project etc. Therefore, it would be helpful to pass --build-id=none to the linker which will disable build-id generation completely.

I am not sure if this is the right place, or if it should be posted at rive-cpp. But I am thankful for any help.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go to my app trale
  2. Analyze the apks.
  3. Compare to f-droid CI which fails, see line 888

Device & Versions (please complete the following information)

  • OS: Ubuntu
  • Flutter Version: 3.13.9
  • rive: 0.12.1