Skip to content

Commit

Permalink
workflows analyzers downgrade to clang v17
Browse files Browse the repository at this point in the history
Clazy 1.11 is compiled against Clang v17 and doesn't work with v18.
  • Loading branch information
silverqx committed Apr 21, 2024
1 parent 9b4f609 commit 7c50b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
-B '${{ env.TinyORMBuildTree }}'
-G Ninja
-D CMAKE_CXX_COMPILER_LAUNCHER:FILEPATH=/usr/local/bin/ccache
-D CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++-18
-D CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++-17
-D CMAKE_TOOLCHAIN_FILE:FILEPATH="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
-D CMAKE_DISABLE_PRECOMPILE_HEADERS:BOOL=OFF
-D CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: >-
echo 'TINY_CLANG_TIDY_COMPLETED=true' >> $GITHUB_ENV
run-clang-tidy-18
run-clang-tidy-17
-extra-arg-before='-Qunused-arguments'
-p='${{ env.TinyORMBuildTree }}'
-j ${{ env.TinyParallel }}
Expand Down

0 comments on commit 7c50b4d

Please sign in to comment.