diff mbox series

[3/3] ci: add external-toolchain to qemuarm-secureboot

Message ID 20230307161650.476217-3-jon.mason@arm.com
State New
Headers show
Series [1/3] arm-bsp/fvp-base: update to u-boot 2023.01 | expand

Commit Message

Jon Mason March 7, 2023, 4:16 p.m. UTC
With the removal of fvp-base-arm32, we no longer have test coverage for
the external Arm toolchain.  Add this to qemuarm-secureboot CI so that
there is coverage again.  Note: it must be a 32bit machine, since there
are currently no aarch64 host toolchains for aarch64

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9036efbd..7d00c88f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,7 +164,7 @@  qemuarm-secureboot:
   extends: .build
   parallel:
     matrix:
-      - TOOLCHAINS: [gcc, clang]
+      - TOOLCHAINS: [gcc, clang, external-gccarm]
         TESTING: testimage
 
 qemuarm: