Skip to content
Snippets Groups Projects
Verified Commit 86822b5e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: bump to clang-tidy 19

parent 1864d5d2
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ test_clang_tidy: ...@@ -82,7 +82,7 @@ test_clang_tidy:
stage: test stage: test
script: script:
# Hack needed for meson < 1.6.0 which only looks for unversioned clang-tidy # Hack needed for meson < 1.6.0 which only looks for unversioned clang-tidy
- mkdir -p ~/.local/bin && ln -s /usr/bin/clang-tidy-16 ~/.local/bin/clang-tidy - mkdir -p ~/.local/bin && ln -s /usr/bin/clang-tidy-19 ~/.local/bin/clang-tidy
- export PATH="$HOME/.local/bin:$PATH" - export PATH="$HOME/.local/bin:$PATH"
- meson setup build-clang-tidy - meson setup build-clang-tidy
# Generate Flex and Bison files # Generate Flex and Bison files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment