[PATCH 0/3] testing/next: hot fixes (Makefile, gitlab, docker)

Alex Bennée posted 3 patches 6 days, 15 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260601143129.144786-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Paolo Bonzini <pbonzini@redhat.com>
configure              | 2 +-
Makefile               | 4 ++--
.gitlab-ci.d/macos.yml | 3 +++
3 files changed, 6 insertions(+), 3 deletions(-)
[PATCH 0/3] testing/next: hot fixes (Makefile, gitlab, docker)
Posted by Alex Bennée 6 days, 15 hours ago
The last testing/next which enabled MacOS broke check-functional-FOO
(which isn't directly called in GitLab CI). Revert the offending
commit and replace with a more hacky workaround in the gitlab
invocation itself.

Also include a fix to select the right docker fallback for building
mips things.

Please review.

Alex.

Alex Bennée (3):
  Revert "Makefile: include tests/Makefile.include before ninja
    calculation"
  gitlab: work around the inability to build targets for MacOS
  configure: use debian-all-test-cross for mipsel tcg tests

 configure              | 2 +-
 Makefile               | 4 ++--
 .gitlab-ci.d/macos.yml | 3 +++
 3 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.47.3


Re: [PATCH 0/3] testing/next: hot fixes (Makefile, gitlab, docker)
Posted by Cornelia Huck 6 days, 14 hours ago
On Mon, Jun 01 2026, Alex Bennée <alex.bennee@linaro.org> wrote:

> The last testing/next which enabled MacOS broke check-functional-FOO
> (which isn't directly called in GitLab CI). Revert the offending
> commit and replace with a more hacky workaround in the gitlab
> invocation itself.
>
> Also include a fix to select the right docker fallback for building
> mips things.
>
> Please review.
>
> Alex.
>
> Alex Bennée (3):
>   Revert "Makefile: include tests/Makefile.include before ninja
>     calculation"
>   gitlab: work around the inability to build targets for MacOS
>   configure: use debian-all-test-cross for mipsel tcg tests
>
>  configure              | 2 +-
>  Makefile               | 4 ++--
>  .gitlab-ci.d/macos.yml | 3 +++
>  3 files changed, 6 insertions(+), 3 deletions(-)
>

Tested-by: Cornelia Huck <cohuck@redhat.com> # running tests on an s390x
                                               host at least

What is the expectation wrt the MacOS builds? I'm not getting any
runners (probably to the feature not being available for normal
accounts), but no other problems seem to show up.