Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AD-721] resolve linux build error (#68)
* [AD-721] resolve build error * reason: we're using ubuntu:latest which is now 22.04 and has different clang-tidy packages: https://packages.ubuntu.com/search?keywords=clang-tidy&searchon=names&suite=jammy§ion=all . The fix would be changing it back to ubuntu-20.04 * for more details, see ZedThree/clang-tidy-review#36 * [AD-721] updating PR template * [AD-721] update checks.yml * update to newest release: ZedThree/[email protected] * [AD-721] change ubuntu version in docker file * [AD-721] change ubuntu version in docker file * revert back to 20.04. This is an attempt to resolve the build errors * [AD-721] move clang check to linux build * [AD-721] fix linux-build.yml * [AD-721] remove checks.yml * since we moved clang-tidy to somewhere else, checks.yml is no longer needed * [AD-721] move clang-check after cppcheck * [AD-721] generate compile_commands.json * compile_commands.json is needed for clang to correctly find macros and .h files * [AD-721] attempt to fix clang-tidy cmake command error * [AD-721] upload pre-generated compile_commands.json for clang-tidy * [AD-721] temporarily disable cmake_command in clang-tidy-review * [AD-721] remove clang-tidy check * add Jira ticket reference for enabling clang-tidy check (TODO)
- Loading branch information