From af2f8f78b8f7868d69801ed5e8df5317b2c07864 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Wed, 26 Jul 2023 10:13:44 +0200 Subject: [PATCH] ci: QEMUv8_check: enable attestation PTA Enables the attestation PTA for all configurations in the QEMU_v8 job. This would have caught the issue fixed by the parent commit. Signed-off-by: Jerome Forissier Acked-by: Jens Wiklander --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4755a66702e..7135f3a205b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,8 @@ jobs: export LC_ALL=C export BR2_CCACHE_DIR=/github/home/.cache/ccache export CFG_TEE_CORE_LOG_LEVEL=0 + export CFG_ATTESTATION_PTA=y + export CFG_ATTESTATION_PTA_KEY_SIZE=1024 WD=$(pwd) cd .. TOP=$(pwd)/optee_repo_qemu_v8