-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add: x86_64-linux-android用のバインディングを追加 #21
Add: x86_64-linux-android用のバインディングを追加 #21
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.
この変更だけで良いんでしたっけ。。。
gen_bindとかの変更も必要…? (自信がない…)
参考になるかもプルリク↓
そうですね、 #17 と同様に |
Workflow見逃してました。 |
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です!!
.github/workflows/general.yml
内に、ビルド後にファイルが有るかどうかのテスト?みたいなのがありました。
あとで実はなかったということにならないので、今書き足しとくと手戻りを避けられるかもです。
こちらが参考になりそうかも?↓
https://github.com/VOICEVOX/onnxruntime-rs/pull/17/files#diff-6226c87b3659341d3ff8baccd674e8bb1410faec979f28276d615854a1ada83d
(まあなくても良いかもです・・・。)
うーん、いじってないのに落ちてますね |
よく見てませんが、今の |
よくわかってないですがとりあえずmasterをre-runさせてみました! |
落ちましたね... 😇 よくわかりませんが、とりあえず今 @sevenc-nanashi さんの手元にあるCargo.lockは保管しておいた方がいいかも。 |
あれ、これなにも変えてないのになんで落ちてるんですかね・・・? |
「ライブラリ」クレートですからね… 今名無し。さんの手元にあるCargo.lockは多分2日前のものだと思うので、それと最新のものとのdiffを見れば何が原因なのかを比較的容易に割り出せるかもしれません。 |
なるほど!!! |
手元で Actions上では一貫してこれ(↓)で落ちているのですが、tracing系の更新は結構前のはず。バグったログメッセージが流れようとしている? thread 'テスト名' panicked at 'called `Result::unwrap()` on an `Err` value: Syntax(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regex parse error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1: (?x)
2: ^(?P<global_level>(?i:trace|debug|info|warn|error|off|[0-5]))$ |
^
3: # ^^^.
4: # `note: we match log level names case-insensitively
5: ^
6: (?: # target name or span name
7: (?P<target>[\w:-]+)|(?P<span>\[[^\]]*\])
8: ){1,2}
9: (?: # level or nothing
10: =(?P<level>(?i:trace|debug|info|warn|error|off|[0-5]))?
11: # ^^^.
12: # `note: we match log level names case-insensitively
13: )?
error: test failed, to rerun pass `-p onnxruntime --lib`
14: $
15:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Unicode-aware case insensitivity matching is not available (make sure the unicode-case feature is enabled)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
)', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.2.25/src/filter/env/directive.rs:167:14 Actionsのキャッシュが変な腐りかたをしている?とも思いましたが、キャッシュを行っていないcoverageも落ちてます。 |
お、通りました |
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
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!
内容
タイトル通り。
関連 Issue
(なし)
スクリーンショット・動画など
(なし)
その他
(なし)