Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Daniel P . Berrangé
On Fri, Jul 28, 2023 at 12:01:29PM +0200, Thomas Huth wrote: > On 28/07/2023 11.50, Thomas Huth wrote: > > On 28/07/2023 11.32, Marc-André Lureau wrote: > > > Hi > > > > > > On Fri, Jul 28, 2023 at 12:59 PM Daniel P. Berrangé > > > wrote: > > > > > > > > On Fri, Jul 28, 2023 at 10:35:35AM +0200,

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Thomas Huth
On 28/07/2023 11.32, Marc-André Lureau wrote: Hi On Fri, Jul 28, 2023 at 12:59 PM Daniel P. Berrangé wrote: On Fri, Jul 28, 2023 at 10:35:35AM +0200, Thomas Huth wrote: On 27/07/2023 12.39, Daniel P. Berrangé wrote: On Wed, Jul 26, 2023 at 08:21:33PM +0200, Thomas Huth wrote: On 26/07/2023

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Thomas Huth
On 28/07/2023 11.50, Thomas Huth wrote: On 28/07/2023 11.32, Marc-André Lureau wrote: Hi On Fri, Jul 28, 2023 at 12:59 PM Daniel P. Berrangé wrote: On Fri, Jul 28, 2023 at 10:35:35AM +0200, Thomas Huth wrote: On 27/07/2023 12.39, Daniel P. Berrangé wrote: On Wed, Jul 26, 2023 at 08:21:33P

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Marc-André Lureau
Hi On Fri, Jul 28, 2023 at 12:59 PM Daniel P. Berrangé wrote: > > On Fri, Jul 28, 2023 at 10:35:35AM +0200, Thomas Huth wrote: > > On 27/07/2023 12.39, Daniel P. Berrangé wrote: > > > On Wed, Jul 26, 2023 at 08:21:33PM +0200, Thomas Huth wrote: > > > > On 26/07/2023 18.19, Daniel P. Berrangé wrot

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Daniel P . Berrangé
On Fri, Jul 28, 2023 at 10:35:35AM +0200, Thomas Huth wrote: > On 27/07/2023 12.39, Daniel P. Berrangé wrote: > > On Wed, Jul 26, 2023 at 08:21:33PM +0200, Thomas Huth wrote: > > > On 26/07/2023 18.19, Daniel P. Berrangé wrote: > ... > > > Anyway, before we unify the compiler package name suffix be

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-28 Thread Thomas Huth
On 27/07/2023 12.39, Daniel P. Berrangé wrote: On Wed, Jul 26, 2023 at 08:21:33PM +0200, Thomas Huth wrote: On 26/07/2023 18.19, Daniel P. Berrangé wrote: ... Anyway, before we unify the compiler package name suffix between the two jobs, I really would like to see whether the mingw Clang build

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-27 Thread Daniel P . Berrangé
On Wed, Jul 26, 2023 at 08:21:33PM +0200, Thomas Huth wrote: > On 26/07/2023 18.19, Daniel P. Berrangé wrote: > > Although they share a common parent, the two msys jobs still have > > massive duplication in their script definitions that can easily be > > collapsed. > > > > Signed-off-by: Daniel P.

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-26 Thread Thomas Huth
On 26/07/2023 18.19, Daniel P. Berrangé wrote: Although they share a common parent, the two msys jobs still have massive duplication in their script definitions that can easily be collapsed. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.d/windows.yml | 132 +++--

Re: [PATCH] gitlab: remove duplication between msys jobs

2023-07-26 Thread Marc-André Lureau
Hi On Wed, Jul 26, 2023 at 10:21 PM Thomas Huth wrote: > > On 26/07/2023 18.19, Daniel P. Berrangé wrote: > > Although they share a common parent, the two msys jobs still have > > massive duplication in their script definitions that can easily be > > collapsed. > > > > Signed-off-by: Daniel P. Be

[PATCH] gitlab: remove duplication between msys jobs

2023-07-26 Thread Daniel P . Berrangé
Although they share a common parent, the two msys jobs still have massive duplication in their script definitions that can easily be collapsed. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.d/windows.yml | 132 +++ 1 file changed, 49 insertions(+), 83 delet