Commit ad14439be5 for qemu.org

commit ad14439be5731e872d8448a04664a9c0e66624a8
Author: Alex Bennée <alex.bennee@linaro.org>
Date:   Mon Jul 20 19:04:59 2026 +0100

    gitlab: remove gdb from MacOS jobs

    The gdb jobs fail on CI and although I can't replicate locally on the
    machine I have access to it definitely fixes it for the gitlab CI
    machines.

    Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
    Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
    Message-ID: <20260720180459.2542918-1-alex.bennee@linaro.org>
    [This fixes the following CI jobs: aarch64-macos-15-build and
    aarch64-macos-26-build.

    Removing gdb from macOS jobs skips the softmmu gdbstub tests which
    currently hang on GitLab's macOS runners:

    qemu-system-aarch64: -gdb unix:path=/var/folders/fc/8_hzw5tx3n7c9c04tzd6tv_40000gn/T/tmpes3paikrqemu-gdbstub/gdbstub.socket,server=on: info: QEMU waiting for connection on: disconnected:unix:/var/folders/fc/8_hzw5tx3n7c9c04tzd6tv_40000gn/T/tmpes3paikrqemu-gdbstub/gdbstub.socket,server=on
    gmake[1]: *** [/Users/gitlab/builds/qemu-project/qemu/tests/tcg/multiarch/system/Makefile.softmmu-target:35: run-gdbstub-interrupt] Error 137
    gmake: *** [/Users/gitlab/builds/qemu-project/qemu/tests/Makefile.include:75: run-tcg-tests-aarch64-softmmu] Error 2

    The following GitLab work item tracks solving the underlying issue that
    is hanging softmmu gdbstub tests:
    https://gitlab.com/qemu-project/qemu/-/work_items/4063
    --Stefan]
    Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

diff --git a/.gitlab-ci.d/macos.yml b/.gitlab-ci.d/macos.yml
index 53b6e6c4d8..641a48b383 100644
--- a/.gitlab-ci.d/macos.yml
+++ b/.gitlab-ci.d/macos.yml
@@ -22,7 +22,7 @@
     - export PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
     - brew update
     - brew install $PKGS
-    - brew install gdb aarch64-elf-gcc i686-elf-gcc x86_64-elf-gcc
+    - brew install aarch64-elf-gcc i686-elf-gcc x86_64-elf-gcc
     - if test -n "$PYPI_PKGS" ; then PYLIB=$($PYTHON -c 'import sysconfig; print(sysconfig.get_path("stdlib"))'); rm -f $PYLIB/EXTERNALLY-MANAGED; $PIP3 install --break-system-packages $PYPI_PKGS ; fi
   script:
     - mkdir build