qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/2] gitlab-ci: Test building linux-user targets on CentOS


From: Thomas Huth
Subject: Re: [PATCH v2 2/2] gitlab-ci: Test building linux-user targets on CentOS 7
Date: Thu, 21 Jan 2021 19:25:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 21/01/2021 18.28, Philippe Mathieu-Daudé wrote:
Add a configuration tested by Peter Maydell (see [1] and [2])
but not covered in our CI [3]:

   [705/2910] Compiling C object 
libqemu-arm-linux-user.fa.p/linux-user_strace.c.o
   FAILED: libqemu-arm-linux-user.fa.p/linux-user_strace.c.o
   ../linux-user/strace.c: In function 'do_print_sockopt':
   ../linux-user/strace.c:2831:14: error: 'IPV6_ADDR_PREFERENCES' undeclared 
(first use in this function)
            case IPV6_ADDR_PREFERENCES:
                 ^

This job currently takes 31 minutes 32 seconds ([4]).

[1] https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg05086.html
[2] https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg05379.html
[3] https://gitlab.com/philmd/qemu/-/jobs/977408284
[4] https://gitlab.com/philmd/qemu/-/jobs/978223286

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  .gitlab-ci.yml | 7 +++++++
  1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de3a3d25b58..af4d74757d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -411,6 +411,13 @@ build-user-plugins:
      MAKE_CHECK_ARGS: check-tcg
    timeout: 1h 30m
+build-user-centos7:
+  <<: *native_build_job_definition
+  variables:
+    IMAGE: centos7
+    CONFIGURE_ARGS: --disable-system --disable-tools --disable-docs
+    MAKE_CHECK_ARGS: check-tcg
+
  build-some-softmmu-plugins:
    <<: *native_build_job_definition
    variables:


Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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