@samitouri / QOSamiQemu / commits / ad14439be5

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>

Alex Bennée committed Jul 20, 2026 at 19:04 UTC ad14439be5731e872d8448a04664a9c0e66624a8
1 file changed +1 -1
.gitlab-ci.d/macos.yml
+1 -1
@@ -22,7 +22,7 @@
22 - export PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
23 - brew update
24 - brew install $PKGS
25 - - brew install gdb aarch64-elf-gcc i686-elf-gcc x86_64-elf-gcc
25 + - brew install aarch64-elf-gcc i686-elf-gcc x86_64-elf-gcc
26 - 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
27 script:
28 - mkdir build