mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-12 17:57:38 +00:00
Objective-C static analysis - use different llvm path to try to find clang-tidy. (#13280)
Use different llvm path to try to find clang-tidy. Sometimes the build fails because it can't find clang-tidy. Hopefully this path works better.
This commit is contained in:
parent
cbe4eb65b3
commit
9422438782
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
displayName: Generate compile_commands.json and ONNX protobuf files
|
||||
|
||||
- script: |
|
||||
"$(brew --prefix llvm)/bin/clang-tidy" \
|
||||
"$(brew --prefix llvm@14)/bin/clang-tidy" \
|
||||
-p="$(Build.BinariesDirectory)/Debug" \
|
||||
--checks="-*,clang-analyzer-*" \
|
||||
--header-filter="objectivec/include|objectivec/src|onnxruntime/core" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue