From 93cc222bf656bd59ce2e803a5b1367f68f57176c Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 25 May 2023 15:06:00 -0500 Subject: [PATCH] arm/qemuarm-secureboot: add musl testing Add musl testing to have qemuarm-secureboot match qemuarm64-secureboot. Since the Arm GCC binary toolchain cannot work with musl, move that out into it's own testing. Signed-off-by: Jon Mason --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df1f0f5a..0344de58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,7 +188,10 @@ qemuarm-secureboot: parallel: matrix: - KERNEL: [linux-yocto, linux-yocto-dev, linux-yocto-rt] - TOOLCHAINS: [gcc, clang, external-gccarm] + TOOLCHAINS: [gcc, clang] + TCLIBC: [glibc, musl] + TESTING: testimage + - TOOLCHAINS: external-gccarm TESTING: testimage qemuarm: