.gitlab-ci.d/buildtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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 <brian.cain@oss.qualcomm.com>
---
.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
check-system-debian:
--
2.34.1
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 <brian.cain@oss.qualcomm.com> > --- > .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 <thuth@redhat.com>
On 7/16/26 9:19 PM, 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 <brian.cain@oss.qualcomm.com> > --- > .gitlab-ci.d/buildtest.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Pierrick Bouvier <pierrick.bouvier@>
On 7/16/26 9:19 PM, 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 <brian.cain@oss.qualcomm.com> > --- > .gitlab-ci.d/buildtest.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Fixed my reviewed-by tag. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
© 2016 - 2026 Red Hat, Inc.