From 0d26e257717f427df49e85bcbcffd79134383128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:15:52 +0200 Subject: [PATCH 1/2] Fix reproducible build (#554) * chore: remove build id * fix: remove mimir --- .github/workflows/release.yaml | 1 + .run/Generate files.run.xml | 3 +- lib/common/actions/backup.dart | 5 + lib/models/note/index/note_index.dart | 2 +- lib/models/note/note.dart | 14 ++- lib/models/note/types/checklist_note.dart | 4 +- lib/models/note/types/markdown_note.dart | 4 +- lib/models/note/types/plain_text_note.dart | 4 +- lib/models/note/types/rich_text_note.dart | 2 +- lib/services/database_service.dart | 12 --- lib/services/migration/migration_service.dart | 5 - lib/services/notes/notes_index_service.dart | 66 ------------ lib/services/notes/notes_service.dart | 102 +++++++++--------- pubspec.lock | 96 +++++------------ pubspec.yaml | 2 - 15 files changed, 100 insertions(+), 222 deletions(-) delete mode 100644 lib/services/notes/notes_index_service.dart diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee3a716a..f4bce1e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,6 +98,7 @@ jobs: run: | export PUB_CACHE=$HOME/.pub-cache flutter pub get + sed -i -e 's/-Wl,/-Wl,--build-id=none,/' ${PUB_CACHE}/hosted/*/jni-*/src/CMakeLists.txt - name: Setup Isar run: | sudo apt-get install -y tofrodos diff --git a/.run/Generate files.run.xml b/.run/Generate files.run.xml index 9879bd9b..ae87620c 100644 --- a/.run/Generate files.run.xml +++ b/.run/Generate files.run.xml @@ -1,7 +1,6 @@ -