mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Update clang-tidy path for updated Mac image. (#14760)
Update clang-tidy path for updated Mac image. Fix Objective-C static analysis build.
This commit is contained in:
parent
df45b12fdf
commit
b3b9be19b1
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@14)/bin/clang-tidy" \
|
||||
"$(brew --prefix llvm@15)/bin/clang-tidy" \
|
||||
-p="$(Build.BinariesDirectory)/Debug" \
|
||||
--checks="-*,clang-analyzer-*" \
|
||||
--header-filter="objectivec/include|objectivec/src|onnxruntime/core" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue