ci: add static_analysis #2

Merged
light7734 merged 16 commits from ci/static_analysis into main 2025-07-14 08:45:10 +00:00
Showing only changes of commit f2731535e1 - Show all commits

View file

@ -9,7 +9,10 @@ RUN apk add --no-cache \
make \ make \
g++ \ g++ \
python3 \ python3 \
py3-pip py3-pip \
mesa-dev \
mesa-gl \
pkgconf
RUN pip install --no-cache-dir --break-system-packages conan gitpython \ RUN pip install --no-cache-dir --break-system-packages conan gitpython \