-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: build_opts
を整理する
#48
Conversation
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です!!
別に想定通りも動きそうであれば問題ない部分に関してコメントしました。
まあもしよければ!
cb2f54f
to
3be316e
Compare
|
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!!
いくつかコメント書いていますが、おそらく問題ないと思うのでマージしていただければ!
skip ciに関してはissue建てます。
python ./tools/ci_build/build.py --build_dir ./build ${{ matrix.build_opts }} ${{ matrix.build_opts_workaround_protoc }} | ||
|
||
build_opts=( | ||
${{ matrix.build_opts }} |
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.
(ただのコメントです)
matrix.build_opts
はbashの配列構文?の中に入るもの、というのが名前から分からないのをどうにかできないかとちょっとだけ思いました!
でもいいのが思いつかなかった。。build_ops_bash_array
とか・・・?
思いつかないのでこのままでも良さそう!
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.
正直ここのmatrix
自体、名前-値のペアだけでその機能を推測するのが大体困難なので後で全部まとめてコメントを書くというのはどうでしょうか?こんな風に:
https://github.com/VOICEVOX/voicevox_core/blob/d6765462fd246d22306a7badd438d34745345231/.github/workflows/build_and_deploy.yml#L44-L51
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.
たしかに!
1行だけで説明するのは難しいのも結構ありそうな気がしますしねぇ・・・。
とりあえず今の形でも問題ないとは思うので、一旦マージしますか!!
コメント追加はたぶんしたほうが良いと思うので、もしよければ追加PRいただければということで・・・! 🙏
Co-authored-by: Hiroshiba <[email protected]>
マージします!! |
内容
build_opts
の整理をします。|-
を使った複数行の記述方式にし、#
でコメントも加えられるようにするモチベーションとしては、このリポジトリの秘伝のタレ化を少しでも防ぐためです。
関連 Issue
スクリーンショット・動画など
その他