On 17/07/2026 06.19, Brian Cain wrote:
Add hexagon-softmmu to build-system-debian's target list so that the
existing functional-system-debian job picks up hexagon functional
test.
Signed-off-by: Brian Cain <[email protected]>
---
.gitlab-ci.d/buildtest.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index e2553e7326f..831d9a26742 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
Reviewed-by: Thomas Huth <[email protected]>