Re: [PATCH] automation: Enable parallel build with cppcheck analysis

2023-05-18 Thread Stefano Stabellini
On Thu, 18 May 2023, Michal Orzel wrote: > The limitation was fixed by the commit: > 45bfff651173d538239308648c6a6cd7cbe37172 > > Signed-off-by: Michal Orzel Acked-by: Stefano Stabellini > --- > automation/scripts/build | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff

Re: [PATCH] automation: Enable parallel build with cppcheck analysis

2023-05-18 Thread Luca Fancellu
> On 18 May 2023, at 13:24, Michal Orzel wrote: > > The limitation was fixed by the commit: > 45bfff651173d538239308648c6a6cd7cbe37172 > > Signed-off-by: Michal Orzel Hi Michal, Looks good! Reviewed-by: Luca Fancellu > --- > automation/scripts/build | 6 ++ > 1 file changed, 2 inse

[PATCH] automation: Enable parallel build with cppcheck analysis

2023-05-18 Thread Michal Orzel
The limitation was fixed by the commit: 45bfff651173d538239308648c6a6cd7cbe37172 Signed-off-by: Michal Orzel --- automation/scripts/build | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/automation/scripts/build b/automation/scripts/build index 9085cba35281..38c48ae6d826