1
0
Fork 0

drm_hwcomposer: CI: Upgrade Ubuntu and clang version

Why:
The aospless file from Android-15 contains compiler flags that
clang-15 does not understand.

Additionally, new tidy findings were suppressed.
It would be nice to fix them in the future instead.

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
This commit is contained in:
Roman Stratiienko 2024-10-17 01:48:10 +03:00
parent 9472795c7b
commit 57ba08add7
6 changed files with 30 additions and 12 deletions

View file

@ -16,7 +16,7 @@ A short list of contribution guidelines:
you with formatting of your patches:
```
git diff | clang-format-diff-15 -p 1 -style=file
git diff | clang-format-diff-19 -p 1 -style=file
```
* Hardware specific changes should be tested on relevant platforms before