Re: [PATCH for-4.15] automation: Fix the Alpine clang builds to use clang

2021-03-06 Thread Roger Pau Monné
On Fri, Feb 26, 2021 at 11:02:33AM +, Andrew Cooper wrote: > Looks like a copy&paste error. > > Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs") > Signed-off-by: Andrew Cooper Reviewed-by: Roger Pau Monné Thanks, Roger.

Re: [PATCH for-4.15] automation: Fix the Alpine clang builds to use clang

2021-03-01 Thread Roger Pau Monné
On Mon, Mar 01, 2021 at 09:58:48AM +0100, Jan Beulich wrote: > On 26.02.2021 23:48, Stefano Stabellini wrote: > > On Fri, 26 Feb 2021, Andrew Cooper wrote: > >> Looks like a copy&paste error. > >> > >> Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs") > >> Signed-off-by: Andrew Coo

Re: [PATCH for-4.15] automation: Fix the Alpine clang builds to use clang

2021-03-01 Thread Jan Beulich
On 26.02.2021 23:48, Stefano Stabellini wrote: > On Fri, 26 Feb 2021, Andrew Cooper wrote: >> Looks like a copy&paste error. >> >> Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs") >> Signed-off-by: Andrew Cooper > > Thanks for the patch and of course it is correct > > Acked-by:

Re: [PATCH for-4.15] automation: Fix the Alpine clang builds to use clang

2021-02-26 Thread Stefano Stabellini
On Fri, 26 Feb 2021, Andrew Cooper wrote: > Looks like a copy&paste error. > > Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs") > Signed-off-by: Andrew Cooper Thanks for the patch and of course it is correct Acked-by: Stefano Stabellini However unfortunately it breaks the A

[PATCH for-4.15] automation: Fix the Alpine clang builds to use clang

2021-02-26 Thread Andrew Cooper
Looks like a copy&paste error. Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs") Signed-off-by: Andrew Cooper --- CC: Doug Goldstein CC: Ian Jackson CC: Stefano Stabellini --- automation/gitlab-ci/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi