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>