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:
Edward Chen 2023-02-22 09:00:42 -08:00 committed by GitHub
parent df45b12fdf
commit b3b9be19b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" \