Skip to content
Snippets Groups Projects
Commit 32358c58 authored by Tomáš Pecka's avatar Tomáš Pecka Committed by Jan Travnicek
Browse files

CI: Downgrade to llvm-8

parent 7b1f8e4b
No related branches found
No related tags found
1 merge request!95Many clang-tidy fixes
......@@ -101,7 +101,7 @@ static:cppcheck:
static:clang-tidy:
<<: *static_template
script:
- jq ".[].file" release/compile_commands.json | tr -d "\"" | grep -v "test-src" | xargs -n1 -P$(grep -c processor /proc/cpuinfo) clang-tidy-9 -p release/
- jq ".[].file" release/compile_commands.json | tr -d "\"" | grep -v "test-src" | xargs -n1 -P$(grep -c processor /proc/cpuinfo) clang-tidy-8 -p release/
 
# -----------------------------------------------
# build
......@@ -126,7 +126,7 @@ build:builder:clang:
<<: *config_builder
<<: *template_build
variables:
CXX: clang++-9
CXX: clang++-8
 
build:arch:
<<: *config_arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment