diff --git a/.ci/matrix_job.yaml b/.ci/matrix_job.yaml index faa93bdd4..72c6ad729 100644 --- a/.ci/matrix_job.yaml +++ b/.ci/matrix_job.yaml @@ -190,7 +190,7 @@ steps: - name: Style enable: ${do_style} containerSelector: - - "{name: 'xlio_static.tidy', category: 'tool', variant: 1}" + - "{name: 'toolbox', category: 'tool'}" agentSelector: - "{nodeLabel: 'skip-agent'}" run: | diff --git a/contrib/jenkins_tests/style.sh b/contrib/jenkins_tests/style.sh index 6789a6f9f..90fd026f1 100755 --- a/contrib/jenkins_tests/style.sh +++ b/contrib/jenkins_tests/style.sh @@ -4,6 +4,8 @@ source $(dirname $0)/globals.sh echo "Checking for codying style ..." +do_module "dev/clang-9.0.1" + cd $WORKSPACE rm -rf $style_dir @@ -64,6 +66,8 @@ else fi rc=$(($rc+$nerrors)) +module unload "dev/clang-9.0.1" + do_archive "${style_dir}/*.diff" echo "[${0##*/}]..................exit code = $rc"