]> xenbits.xensource.com Git - xen.git/commitdiff
CI: enable XHCI console in Xen debug build on Alpine
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Mon, 7 Apr 2025 12:31:03 +0000 (14:31 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Apr 2025 18:17:38 +0000 (19:17 +0100)
This build is used for hardware tests, and some runners use XHCI console

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
automation/gitlab-ci/build.yaml

index 2513908b059b2e41a92d99635f1503c05e8e698a..169bebe3c77590f50a6ee3649ce87f92bc9d1989 100644 (file)
@@ -341,6 +341,7 @@ alpine-3.18-gcc-debug:
       CONFIG_ARGO=y
       CONFIG_UBSAN=y
       CONFIG_UBSAN_FATAL=y
+      CONFIG_XHCI=y
 
 debian-12-x86_64-gcc-debug:
   extends: .gcc-x86-64-build-debug