libxlio icon indicating copy to clipboard operation
libxlio copied to clipboard

issue: HPCINFRA-1798 Switch Style step to clang-16 based container

Open vialogi opened this issue 11 months ago • 0 comments

Description

This change switches the "Style" step in the CI to a docker container having clang v16 in it

What

This change switches the "Style" step in the CI to a docker container having clang v16 in it

Why ?

In the style CI job we need to switch clang-format 9 to clang-format 15: HPCINFRA-1798

How ?

Re-point the "Style" job to a newer container image

Change type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [X] CI related changes
  • [ ] Documentation content changes
  • [ ] Tests
  • [ ] Other

Check list

  • [ ] Code follows the style de facto guidelines of this project
  • [ ] Comments have been inserted in hard to understand places
  • [ ] Documentation has been updated (if necessary)
  • [ ] Test has been added (if possible)

vialogi avatar Mar 26 '24 10:03 vialogi