-
Notifications
You must be signed in to change notification settings - Fork 118
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
cbindgenのinclude_version
を有効化する
#519
cbindgenのinclude_version
を有効化する
#519
Conversation
Windows) | ||
cargo install cbindgen --version ${{ inputs.version }};; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このcomposite
アクションはubuntu-latest
の一箇所からしか呼ばれなくなりこの分岐も要らなくなったので、アクションごと削除してインラインに書くようにした。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ubuntuからどころか、そもそもこのcompositeが呼ばれなくなった感じかな?
cargo insfallで一緒に入るようになったんでしたっけ。便利。
↑勘違かも、直接コマンド実行する形…?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
はい。この真下のmacOS | Linux )
の所をtest.ymlに直書きする形ですね…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
1箇所しか使われてないのでcompositeを崩すのはありかなと思いました!
バージョンをcargoから持ってくる周りがちょい大変だけど助かります!!
* Docs: 事例紹介にvoicevoxcore.goを追加 (#498) Docs: 事例紹介のvoicevoxcore.goを追加 * 間違った`char*`の解放を明示的に拒否する (#500) * Cargo.tomlをフォーマットする (#504) * Update rust toolchain 1.70.0 (#506) Co-authored-by: PickledChair <[email protected]> Co-authored-by: Ryo Yamashita <[email protected]> * Rust APIのbuild.rsを抹消する (#508) * Python APIでは`panic=unwind`にする (#505) * Python APIでは`panic=unwind`にする * C APIは`-C panic=abort`でビルドする * READMEのスペースが足りてなかった (#511) * windows-latestでなぜかdownload_testが落ちるのを改修 (#517) * windows-latestでなぜかdownload_testが落ちるのを修正 * a * cbindgenに`fn.args=vertical`を設定し、`__declspec`の後の空行を消す (#518) * `__declspec(dllimport)`と関数定義の隙間の空行を消す * `fn.args="vertical"`を設定 * cbindgenの`include_version`を有効化する (#519) * cbindgenの`include_version`を有効化する * jobをリネーム * 誤字 --------- Co-authored-by: Kota Amasaka <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: PickledChair <[email protected]> Co-authored-by: Hiroshiba <[email protected]>
内容
include_version
を有効化し、CIでxtaskとcbindgen.exeの結果を突き合せるとこではcbindgen.exeのバージョンをCargo.lockに合わせるようにします。こういうのはあった方がいいかなと思いました。
関連 Issue
その他
#497 とはコンフリクトしなくても #382 としそう…