]> xenbits.xensource.com Git - xen.git/commitdiff
automation/gitlab: disable coverage from clang randconfig
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 14 Jan 2025 14:10:14 +0000 (15:10 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 16 Jan 2025 08:30:14 +0000 (09:30 +0100)
If randconfig enables coverage support the build times out due to GNU LD
taking too long.  For the time being prevent coverage from being enabled in
clang randconfig job.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Release-Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>
automation/gitlab-ci/build.yaml

index cb84f379b7548f8b27f7ef754b2f26b3029aeb6f..bc4a8a5ad20cd28c1ed0086c5d740ea9c9445b53 100644 (file)
@@ -556,6 +556,8 @@ debian-12-x86_64-clang-randconfig:
   variables:
     CONTAINER: debian:12-x86_64
     RANDCONFIG: y
+    EXTRA_FIXED_RANDCONFIG: |
+      CONFIG_COVERAGE=n # Disable coverage otherwise build times out.
 
 debian-12-x86_64-gcc:
   extends: .gcc-x86-64-build