Add release automation workflow for binary distribution #97
+97
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
#68 でライセンス表示をバイナリに埋め込んだので,バイナリ配布を行う.
サポートするプラットフォームは以下
kble での事例: arkedge/kble#60
変更の意図や背景
現在 C2A user を中心に
tmtc-c2a
を利用している Gaia user が多い.Gaia ではまだバイナリ配布をしていないため,各所で
cargo install
をするスクリプトを書いている.例: https://github.com/arkedge/c2a-core/blob/v4.3.0/examples/mobc/tools/install.sh
しかし,Gaia は非常にたくさんのライブラリを用いているため,ビルドが非常に重い.
また,C2A DevTools frontend のホスト(#33)や wasm による opslang の導入(#54),notalawyer の導入(#68)などによって,Gaia のビルドはより複雑かつビルドにあたって要求する環境も変化してきている.
このような重く複雑なビルドを各 C2A user を少し動かしてみるレベルのユーザに要求するのは非現実的であるため,notalawyer でライセンス表示を行うことでバイナリ配布を実施する.
発端となる Issue
N/A (internal)