OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
169 stars 55 forks source link

CI: fix clang-linter action #979

Closed zLukas closed 2 months ago

zLukas commented 2 months ago

PR fill fix https://github.com/OpenVisualCloud/Media-Transport-Library/actions/runs/10919938931/job/30308711196

Seems that https://github.com/OpenVisualCloud/Media-Transport-Library/blob/main/format-coding.sh (v14) and this clang-linter (v18) are overlapping.

This PR will make both linter to use V14 version

PanKaker commented 2 months ago

Tried to cover in: https://github.com/OpenVisualCloud/Media-Transport-Library/pull/964/files Seems that https://github.com/OpenVisualCloud/Media-Transport-Library/blob/main/format-coding.sh and this linter overlapping in include/mtl_api.h.

Probably different version of clang formatter.