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

feat: Linuxインストーラーでインストールするバージョンが0.15以上のときlibsndfileのチェックをスキップする #1613

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

sabonerune
Copy link
Contributor

内容

v0.15からエンジンにlibsndfileのバイナリが付属するようになりました。
これによりシステムにlibsndfileのインストールが不要になります。

そのためLinux版インストーラーで0.15.0以上をインストールする時にlibsndfileのインストールチェックをスキップするように変更します。

関連 Issue

その他

バージョン番号の切り出し方法がかなり楽観的な気がしますが大丈夫でしょうか?

あまりシェルスクリプトを書いたことがないのであまり自身がないです。

- name: Install xvfb and x11-xserver-utils
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y xvfb x11-xserver-utils # for electron
sudo apt-get install -y libsndfile1 # for engine

テストのワークフローにlibsndfileのインストール処理があります。
現状はv0.14.xのエンジンを使用しているためまだ削除できません。
v0.15をリリース後に削除する必要があります。

@sabonerune sabonerune requested a review from a team as a code owner October 19, 2023 13:24
@sabonerune sabonerune requested review from y-chan and removed request for a team October 19, 2023 13:24
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

変更ありがとうございます!!!

バージョン番号の切り出し方法がかなり楽観的な気がしますが大丈夫でしょうか?
あまりシェルスクリプトを書いたことがないのであまり自身がないです。

僕もそんなに自信ないのですが多分大丈夫な気がします!
ただまあ互換性を気にしないようにするという選択も全然ありだとは思うので、いっそのことlibsndfileをインストールするコードを削除するというのもありだったかもですね!

とりあえず問題ないと思うのでマージしたいと思います!

@Hiroshiba Hiroshiba merged commit 653b9bc into VOICEVOX:main Oct 19, 2023
7 checks passed
@sabonerune sabonerune deleted the feat/fix-linux-installer branch October 19, 2023 22:33
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.

2 participants