apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
203 stars 58 forks source link

examples: ensure the proper build order #124

Closed jbech-linaro closed 3 months ago

jbech-linaro commented 3 months ago

The Makefiles for the examples lacked dependencies between rules, resulting in some cases resulted in build error. To maintain a coherent build process, this commit introduces dependencies to ensure that binaries are built before being stripped and signed.

b49020 commented 3 months ago

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>

@DemesneGH Can you trigger the CI here?

jbech-linaro commented 3 months ago

R-B tag added and fixed a repetition in the commit message.

DemesneGH commented 3 months ago

Acked-by: Yuan Zhuang <yuanz@apache.org> thanks!

jbech-linaro commented 3 months ago

Thanks @DemesneGH ! Looked like the CI passed, I've added your Acked-by tag and force pushed.

Squashed, rebased and tag(s) applied (should be) ready for merge! Thanks!

jbech-linaro commented 3 months ago

Thanks @b49020 and @DemesneGH for the quick turn around time on this one! Much appreciated!