Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux]Snapパッケージビルドのサポート #256

Merged

Conversation

Npepperlinux
Copy link
Contributor

@Npepperlinux Npepperlinux commented Aug 19, 2023

#254 に関連
Snapパッケージをビルドするためのsnapcraft.yamlmiria.desktopを追加しました。
amd64arm64環境向けにビルドされます(前者が15分、後者が1時間程度でビルドが完了します)。
また、GitHub Actionsでビルド&SnapStoreへ公開するためのsnap_deploy.yamlを追加しました。
(ビルド後に自動でアップロードするステップはコメントアウトしています)

既知の問題点

  • libcuda.so.1が読み込まれていない
  • Cannot access file /usr/share/alsa/alsa.conf
    • 上記2つを読み込まずとも一般的なノートパソコン上では影響が確認できない(確認する環境が不足している)

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.60%. Comparing base (e0b4b79) to head (3d43924).
Report is 249 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #256      +/-   ##
===========================================
- Coverage    39.18%   36.60%   -2.58%     
===========================================
  Files          247      257      +10     
  Lines        11862    13587    +1725     
===========================================
+ Hits          4648     4974     +326     
- Misses        7214     8613    +1399     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shiosyakeyakini-info shiosyakeyakini-info changed the base branch from master to develop August 21, 2023 21:13
@Npepperlinux Npepperlinux changed the title Snapパッケージビルドのサポート [Linux]Snapパッケージビルドのサポート Sep 15, 2023
@poppingmoon
Copy link
Contributor

pubspec.lockがコミットに含まれていないようです

@shiosyakeyakini-info shiosyakeyakini-info changed the base branch from develop to feature/miria_v2 June 22, 2024 04:46
@shiosyakeyakini-info
Copy link
Owner

v2にいれることにしました!

@shiosyakeyakini-info shiosyakeyakini-info merged commit 2f922d7 into shiosyakeyakini-info:feature/miria_v2 Jun 22, 2024
@Npepperlinux
Copy link
Contributor Author

Npepperlinux commented Jul 7, 2024

dbf9b2e ビルドの仕組みを変える必要がありそう snapcraftの提供するFlutterプラグインが処理の途中でflutter pub run build_runner build --delete-conflicting-outputsを挟むのが難しいので、snapcraftの実行前にビルド&snapcraft内でのビルドをスキップ?) 括弧内の処理をする必要はなさそうだけど.fvmrcのバージョンを参照したほうが都合がよい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants