build: reproducible build

Release-As: 0.9.2
This commit is contained in:
2026-04-19 11:05:35 +03:00
parent 42125f89eb
commit 9d4c8327b0

View File

@@ -126,6 +126,9 @@ jobs:
- name: Create .env
run: cp .env.example .env
- name: Remove JNI build-id for reproducible builds
run: sed -i -e 's/-Wl,/-Wl,--build-id=none,/' $PUB_CACHE/hosted/pub.dev/jni-*/src/CMakeLists.txt
- name: Decode keystore
run: echo ${{ secrets.ANDROID_KEYSTORE_BASE64 }} | base64 -d > android/app/upload-keystore.jks