diff mbox series

CI: Rework qemuarm64-secureboot matrix

Message ID 20241007141109.11362-1-jon.mason@arm.com
State New
Headers show
Series CI: Rework qemuarm64-secureboot matrix | expand

Commit Message

Jon Mason Oct. 7, 2024, 2:11 p.m. UTC
qemuarm64-secureboot is using systemd for uefi-secureboot, which has
warnings with musl (and fails to compile with clang and musl).  So,
modify the matrix to keep the coverage of everything else but musl.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jon Mason Oct. 7, 2024, 9:02 p.m. UTC | #1
On Mon, 07 Oct 2024 10:11:09 -0400, Jon Mason wrote:
> qemuarm64-secureboot is using systemd for uefi-secureboot, which has
> warnings with musl (and fails to compile with clang and musl).  So,
> modify the matrix to keep the coverage of everything else but musl.
> 
> 

Applied, thanks!

[1/1] CI: Rework qemuarm64-secureboot matrix
      commit: ca9375b72d6aa8fe7dacfce7f5187da80815fd01

Best regards,
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcdae9f4ab8c..f211ea97c708 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,6 +263,9 @@  qemuarm64-secureboot:
       - KERNEL: [linux-yocto, linux-yocto-rt]
         TOOLCHAINS: [gcc, clang]
         TCLIBC: [glibc, musl]
+        TS: [none, qemuarm64-secureboot-ts]
+        TESTING: testimage
+      - TOOLCHAINS: [gcc, clang]
         TS: [none, qemuarm64-secureboot-ts]
         UEFISB: [none, uefi-secureboot]
         TESTING: testimage