Skip to content

Commit

Permalink
ci: QEMUv8_check: enable attestation PTA
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
jforissier committed Aug 3, 2023
1 parent 5344e83 commit 4f2fd93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f2fd93

Please sign in to comment.