Re: [PATCH v2] automation: Add container and build jobs to run cppcheck analysis

2023-02-14 Thread Stefano Stabellini
On Tue, 14 Feb 2023, Michal Orzel wrote: > Add a debian container with cppcheck installation routine inside, > capable of performing cppcheck analysis on Xen-only build including > cross-builds for arm32 and x86_64. > > Populate build jobs making use of that container to run cppcheck > analysis

Re: [PATCH v2] automation: Add container and build jobs to run cppcheck analysis

2023-02-14 Thread Stefano Stabellini
On Tue, 14 Feb 2023, Andrew Cooper wrote: > On 14/02/2023 3:39 pm, Michal Orzel wrote: > > diff --git a/automation/build/debian/unstable-cppcheck.dockerfile > > b/automation/build/debian/unstable-cppcheck.dockerfile > > new file mode 100644 > > index ..54b99f87dfec > > --- /dev/null >

Re: [PATCH v2] automation: Add container and build jobs to run cppcheck analysis

2023-02-14 Thread Andrew Cooper
On 14/02/2023 3:39 pm, Michal Orzel wrote: > diff --git a/automation/build/debian/unstable-cppcheck.dockerfile > b/automation/build/debian/unstable-cppcheck.dockerfile > new file mode 100644 > index ..54b99f87dfec > --- /dev/null > +++

[PATCH v2] automation: Add container and build jobs to run cppcheck analysis

2023-02-14 Thread Michal Orzel
Add a debian container with cppcheck installation routine inside, capable of performing cppcheck analysis on Xen-only build including cross-builds for arm32 and x86_64. Populate build jobs making use of that container to run cppcheck analysis to produce a text report (xen-cppcheck.txt) containing