@samitouri / QOSamiQemu / commits / dc4adea14d

gitlab: remove build target hacks

Since eef29e060dc (meson: build macOS signed binary as part of the default target) we should be able to do a plain build and everything just work. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Message-ID: <20260619155657.944220-7-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Alex Bennée committed Jun 19, 2026 at 16:56 UTC dc4adea14da9885cb1fa168965d9aadb841bd3ca
1 file changed +2 -5
.gitlab-ci.d/macos.yml
+2 -5
@@ -29,7 +29,6 @@
29 - cd build
30 - ../configure --enable-werror $CONFIGURE_ARGS || { cat config.log meson-logs/meson-log.txt; exit 1; }
31 - $MAKE -j$(sysctl -n hw.ncpu)
32 - - for TARGET in $TEST_BINARIES ; do $MAKE $TARGET ; done
32 - for TARGET in $TEST_TARGETS ; do $MAKE $TARGET ; done
33
34 aarch64-macos-15-build:
@@ -45,8 +44,7 @@ aarch64-macos-15-build:
44 --cross-prefix-i386=i686-elf-
45 --cross-prefix-x86_64=x86_64-elf-
46 --disable-plugins
48 - TEST_BINARIES: qemu-system-aarch64 qemu-system-i386 qemu-system-x86_64
49 - TEST_TARGETS: check-unit run-tcg-tests-aarch64-softmmu run-tcg-tests-i386-softmmu run-tcg-tests-x86_64-softmmu
47 + TEST_TARGETS: check-unit check-tcg
48
49 aarch64-macos-26-build:
50 extends: .macos_job_template
@@ -62,5 +60,4 @@ aarch64-macos-26-build:
60 --cross-prefix-i386=i686-elf-
61 --cross-prefix-x86_64=x86_64-elf-
62 --disable-plugins
65 - TEST_BINARIES: qemu-system-aarch64 qemu-system-i386 qemu-system-x86_64
66 - TEST_TARGETS: check-unit run-tcg-tests-aarch64-softmmu run-tcg-tests-i386-softmmu run-tcg-tests-x86_64-softmmu
63 + TEST_TARGETS: check-unit check-tcg