qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 6/9] gitlab: add build-user-hexagon test


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH v1 6/9] gitlab: add build-user-hexagon test
Date: Fri, 5 Mar 2021 12:37:20 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0


On 3/5/21 6:23 AM, Alex Bennée wrote:
We special case this as the container with the cross compiler for the
tests takes so long to build it is manually uploaded into the
registry.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  .gitlab-ci.yml | 11 +++++++++++
  1 file changed, 11 insertions(+)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>



diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b6d495288..c2c5196b8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -417,6 +417,17 @@ build-user-static:
      CONFIGURE_ARGS: --disable-tools --disable-system --static
      MAKE_CHECK_ARGS: check-tcg
+# Because the hexagon cross-compiler takes so long to build we don't rely
+# on the CI system to build it and hence this job has no dependency
+# declared. The image is manually uploaded.
+build-user-hexagon:
+  <<: *native_build_job_definition
+  variables:
+    IMAGE: debian-hexagon-cross
+    TARGETS: hexagon-linux-user
+    CONFIGURE_ARGS: --disable-tools --disable-docs --enable-debug-tcg
+    MAKE_CHECK_ARGS: check-tcg
+
  # Only build the softmmu targets we have check-tcg tests for
  build-some-softmmu:
    <<: *native_build_job_definition




reply via email to

[Prev in Thread] Current Thread [Next in Thread]