Message ID | 20240312112532.1558319-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
On Tue, 12 Mar 2024 at 11:26, Alex Bennée <alex.bennee@linaro.org> wrote: > > The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f: > > Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000) > > are available in the Git repository at: > > https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-120324-1 > > for you to fetch changes up to 0532045e8112c13a8a949e696576672e64c6fa14: > > gdbstub: Fix double close() of the follow-fork-mode socket (2024-03-12 10:48:35 +0000) > > ---------------------------------------------------------------- > final updates for 9.0 (testing, gdbstub): > > - avoid transferring pointless git data > - fix the over rebuilding of test VMs > - support Xfer:siginfo:read in gdbstub > - fix double close() in gdbstub > This makes the s390 CI jobs fail: https://gitlab.com/qemu-project/qemu/-/jobs/6374182015 https://gitlab.com/qemu-project/qemu/-/jobs/6374182020 fatal: --filter can only be used when extensions.partialClone is set thanks -- PMM
Peter Maydell <peter.maydell@linaro.org> writes: > On Tue, 12 Mar 2024 at 11:26, Alex Bennée <alex.bennee@linaro.org> wrote: >> >> The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f: >> >> Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000) >> >> are available in the Git repository at: >> >> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-120324-1 >> >> for you to fetch changes up to 0532045e8112c13a8a949e696576672e64c6fa14: >> >> gdbstub: Fix double close() of the follow-fork-mode socket (2024-03-12 10:48:35 +0000) >> >> ---------------------------------------------------------------- >> final updates for 9.0 (testing, gdbstub): >> >> - avoid transferring pointless git data >> - fix the over rebuilding of test VMs >> - support Xfer:siginfo:read in gdbstub >> - fix double close() in gdbstub >> > > This makes the s390 CI jobs fail: > > https://gitlab.com/qemu-project/qemu/-/jobs/6374182015 > https://gitlab.com/qemu-project/qemu/-/jobs/6374182020 > > fatal: --filter can only be used when extensions.partialClone is set That's annoying - I thought I had the s390 jobs in my matrix but it seems they don't appear anymore. That said I see: root@qemu01 ~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS" And as 24.04 is just round the corner maybe its time I update the system to a more recent ubuntu (with I assume a more recent git)?
On Tue, 12 Mar 2024 at 15:01, Alex Bennée <alex.bennee@linaro.org> wrote: > That's annoying - I thought I had the s390 jobs in my matrix but it > seems they don't appear anymore. That said I see: > > root@qemu01 ~# cat /etc/lsb-release > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=20.04 > DISTRIB_CODENAME=focal > DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS" > > And as 24.04 is just round the corner maybe its time I update the system > to a more recent ubuntu (with I assume a more recent git)? Not until after we release 9.0, please. thanks -- PMM