Skip to content

Commit

Permalink
Update clang-tidy path for updated Mac image. (#14760)
Browse files Browse the repository at this point in the history
Update clang-tidy path for updated Mac image. Fix Objective-C static analysis build.
  • Loading branch information
edgchen1 authored Feb 22, 2023
1 parent df45b12 commit b3b9be1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit b3b9be1

Please sign in to comment.