Commit e872e09add for qemu.org

commit e872e09add94425b634552e323f2e8c32fac5fba
Author: Brian Cain <brian.cain@oss.qualcomm.com>
Date:   Thu Jul 16 21:19:16 2026 -0700

    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>

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index e2553e7326..831d9a2674 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -70,8 +70,8 @@ build-system-debian:
   variables:
     IMAGE: debian
     CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
-    TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
-      sparc-softmmu xtensa-softmmu
+    TARGETS: arm-softmmu hexagon-softmmu i386-softmmu riscv64-softmmu
+      sh4eb-softmmu sparc-softmmu xtensa-softmmu
     MAKE_CHECK_ARGS: check-build

 check-system-debian: