[onnxruntime/build] Add new flag enable_generic_interface to build primary EPs by default #38071
lint.yml
on: pull_request
Optional Lint
39s
Python format
2m 19s
Optional Lint C++
31m 0s
Lint JavaScript
34s
Annotations
1 error and 8 warnings
Python format
Process completed with exit code 1.
|
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
samples/GenericInterface/test.cpp#L36
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
Raw Output:
samples/GenericInterface/test.cpp:36: Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
|
Optional Lint C++:
samples/GenericInterface/test.cpp#L59
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
samples/GenericInterface/test.cpp:59: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|