From ca9375b72d6aa8fe7dacfce7f5187da80815fd01 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 7 Oct 2024 10:11:09 -0400 Subject: [PATCH] CI: Rework qemuarm64-secureboot matrix 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 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcdae9f4..f211ea97 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