Skip to content

Commit

Permalink
[CPU] Enable clang-tidy-18 checks on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Jan 29, 2025
1 parent 90ae7ac commit 84932f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/docker_tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pr-28040
pr-28725
6 changes: 6 additions & 0 deletions .github/dockerfiles/ov_build/ubuntu_24_04_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ RUN apt-get update && \
python3-full \
# For Java API
default-jdk \
# Compiler \
clang-18 \
# Static analyzer
clang-tidy-18 \
# clang-tidy uses clang-format as a dependency
clang-format-18 \
&& \
rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu_24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ jobs:
build-js: true
build-debian-packages: true
build-contrib: true
# clang-tidy static analysis check is enabled as part of collection
# to avoid an additional separate build execution
cmake-options: |-
-G "Ninja Multi-Config" \
-DENABLE_CPPLINT=OFF \
-DENABLE_CLANG_TIDY=ON \
-DENABLE_NCC_STYLE=OFF \
-DENABLE_TESTS=ON \
-DENABLE_STRICT_DEPENDENCIES=OFF \
Expand Down

0 comments on commit 84932f6

Please sign in to comment.