@samitouri / QOSamiQemu / commits / e872e09add

gitlab-ci: build hexagon-softmmu to enable functional test

Add hexagon-softmmu to build-system-debian's target list so that the existing functional-system-debian job picks up hexagon functional test. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>

Brian Cain committed Jul 16, 2026 at 21:19 UTC e872e09add94425b634552e323f2e8c32fac5fba
1 file changed +2 -2
.gitlab-ci.d/buildtest.yml
+2 -2
@@ -70,8 +70,8 @@ build-system-debian:
70 variables:
71 IMAGE: debian
72 CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
73 - TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
74 - sparc-softmmu xtensa-softmmu
73 + TARGETS: arm-softmmu hexagon-softmmu i386-softmmu riscv64-softmmu
74 + sh4eb-softmmu sparc-softmmu xtensa-softmmu
75 MAKE_CHECK_ARGS: check-build
76
77 check-system-debian: