[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstractio
From: |
Peter Maydell |
Subject: |
Re: [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction |
Date: |
Thu, 22 Feb 2024 11:38:21 +0000 |
On Tue, 20 Feb 2024 at 18:50, Philippe Mathieu-Daudé <philmd@linaro.org> 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.
> >
> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> > ---
> > .gitlab-ci.d/windows.yml | 84 +++++++++++++++++++---------------------
> > 1 file changed, 40 insertions(+), 44 deletions(-)
> >
> > diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
> > index 8fc08218d28..e784d5a68cd 100644
> > --- a/.gitlab-ci.d/windows.yml
> > +++ b/.gitlab-ci.d/windows.yml
> > @@ -1,4 +1,4 @@
> > -.shared_msys2_builder:
> > +msys2-64bit:
> > extends: .base_job_template
> > tags:
> > - shared-windows
> > @@ -14,9 +14,19 @@
> > stage: build
> > timeout: 100m
> > variables:
> > + MINGW_TARGET: mingw-w64-x86_64
>
> You expanded $MINGW_TARGET so we can remove it.
>
> > + MSYSTEM: MINGW64
> > # This feature doesn't (currently) work with PowerShell, it stops
> > # the echo'ing of commands being run and doesn't show any timing
> > FF_SCRIPT_SECTIONS: 0
> > + # do not remove "--without-default-devices"!
> > + # commit 9f8e6cad65a6 ("gitlab-ci: Speed up the msys2-64bit job by
> > using --without-default-devices"
> > + # changed to compile QEMU with the --without-default-devices switch
> > + # for the msys2 64-bit job, due to the build could not complete within
>
> s/the msys2 64-bit/this/, although it seems this sentence got truncated.
Looks like commit 11961d08fcbddf accidentally dropped a line
when refactoring the file; it should end:
# the project timeout.
-- PMM
- [PATCH 0/3] Drop 32-bit Windows as a supported platform, Peter Maydell, 2024/02/20
- [PATCH 1/3] docs: Document that 32-bit Windows is unsupported, Peter Maydell, 2024/02/20
- [PATCH 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction, Peter Maydell, 2024/02/20
- [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Peter Maydell, 2024/02/20
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Alex Bennée, 2024/02/20
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Daniel P . Berrangé, 2024/02/20
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Philippe Mathieu-Daudé, 2024/02/20
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Daniel P . Berrangé, 2024/02/20
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Thomas Huth, 2024/02/21
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Peter Maydell, 2024/02/22
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Thomas Huth, 2024/02/22
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Alex Bennée, 2024/02/22
- Re: [PATCH 2/3] .gitlab-ci.d: Drop cross-win32-system job, Peter Maydell, 2024/02/22