Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-22 Thread Peter Maydell
On Tue, 20 Feb 2024 at 18:50, Philippe Mathieu-Daudé wrote: > > On 20/2/24 18:44, Peter Maydell wrote: > > Now we don't build msys2-32bit we don't need the abstraction out of the > > common msys2 handling from the 32-vs-64-bit specifics. Collapse it > > down into the msys2-64bit job definition. >

Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-22 Thread Peter Maydell
On Wed, 21 Feb 2024 at 07:16, Thomas Huth wrote: > > On 20/02/2024 19.06, Daniel P. Berrangé wrote: > > On Tue, Feb 20, 2024 at 05:44:12PM +, Peter Maydell wrote: > >> Now we don't build msys2-32bit we don't need the abstraction out of the > >> common msys2 handling from the 32-vs-64-bit speci

Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-20 Thread Thomas Huth
On 20/02/2024 19.06, Daniel P. Berrangé wrote: On Tue, Feb 20, 2024 at 05:44:12PM +, Peter Maydell wrote: Now we don't build msys2-32bit we don't need the abstraction out of the common msys2 handling from the 32-vs-64-bit specifics. Collapse it down into the msys2-64bit job definition. Sign

Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-20 Thread Philippe Mathieu-Daudé
On 20/2/24 18:44, Peter Maydell wrote: Now we don't build msys2-32bit we don't need the abstraction out of the common msys2 handling from the 32-vs-64-bit specifics. Collapse it down into the msys2-64bit job definition. Signed-off-by: Peter Maydell --- .gitlab-ci.d/windows.yml | 84 ++

Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-20 Thread Daniel P . Berrangé
On Tue, Feb 20, 2024 at 05:44:12PM +, Peter Maydell wrote: > Now we don't build msys2-32bit we don't need the abstraction out of the > common msys2 handling from the 32-vs-64-bit specifics. Collapse it > down into the msys2-64bit job definition. > > Signed-off-by: Peter Maydell > --- > .gitl

[PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

2024-02-20 Thread Peter Maydell
Now we don't build msys2-32bit we don't need the abstraction out of the common msys2 handling from the 32-vs-64-bit specifics. Collapse it down into the msys2-64bit job definition. Signed-off-by: Peter Maydell --- .gitlab-ci.d/windows.yml | 84 +++- 1 file cha