From c55ff70355bfd1e272fd74778cbe3e992d8b1e0b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Nov 2021 11:12:49 +0000 Subject: [PATCH] CI: build optee-test in qemuarm64-secureboot This recipe doesn't get built through dependencies, so add it explicitly. Signed-off-by: Ross Burton --- ci/qemuarm64-secureboot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml index b7f3cb44..6ea2064f 100644 --- a/ci/qemuarm64-secureboot.yml +++ b/ci/qemuarm64-secureboot.yml @@ -14,3 +14,4 @@ target: - core-image-base - perf - optee-examples + - optee-test