Skip to content

[onnxruntime/build] Add new flag enable_generic_interface to build primary EPs by default #38071

[onnxruntime/build] Add new flag enable_generic_interface to build primary EPs by default

[onnxruntime/build] Add new flag enable_generic_interface to build primary EPs by default #38071

Triggered via pull request January 18, 2025 18:30
Status Failure
Total duration 31m 9s
Artifacts

lint.yml

on: pull_request
Optional Lint
39s
Optional Lint
Python format
2m 19s
Python format
Optional Lint C++
31m 0s
Optional Lint C++
Lint JavaScript
34s
Lint JavaScript
Fit to window
Zoom out
Zoom in

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]