+1

I have done the following checks.
- DISCLAIMER is OK.
- LICENSE and NOTICE are OK.
- Code compiled successfully, despite some warnings on unused variables.
- All test cases passed.

Best,
Zhaofeng

On Mon, Nov 29, 2021 at 10:57 AM Mingshen Sun <ms...@apache.org> wrote:

> Hi all,
>
> I am pleased to be calling this vote for the second release of
> Apache Teaclave TrustZone SDK (incubating) 0.2.0 (release candidate 1).
>
> The Apache Teaclave (incubating) community has voted and approved the
> release, with four +1 votes from IPMC members (Yuan Zhuang, Rong Fan,
> Rundong Zhou, Tongxin Li).
>
> Vote/result threads:
> - https://lists.apache.org/thread/41mpj6r4xo6h49mh5kj0npx6l3o2n2ct
> - https://lists.apache.org/thread/66kbrq8rq8f54pq46g6b1wzlmx70jttt
>
> The release candidate to be voted over is available at:
>   -
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.1/
>
> The release candidate is signed with a GPG key available at:
>   - https://downloads.apache.org/incubator/teaclave/KEYS
>
> The Git commit for this release is:
>   -
> https://gitbox.apache.org/repos/asf?p=incubator-teaclave-trustzone-sdk.git;a=commit;h=3984789a59fdfe58757a7a60e490a414ca918478
>
> The release note is available in:
>   -
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.1
>
> Build guide and get started instructions can be found at:
>   -
> https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/release-v0.2.0/docs/getting-started-with-optee-for-qemu-armv8.md
>
> The short version of building Teaclave from the source tarball:
>
> ```
> $ wget
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.1/apache-teaclave-trustzone-sdk-0.2.0-rc.1-incubating.tar.gz
>
> $ # Instructions to verify the source tar: \
> https://teaclave.apache.org/download/#verify-the-integrity-of-the-files
>
> $ tar zxvf apache-teaclave-trustzone-sdk-0.2.0-rc.1-incubating.tar.gz &&
> cd \
>   apache-teaclave-trustzone-sdk-0.2.0-incubating
>
> $ # Build the SDK and TAs
> $ docker run -v`pwd`:/teaclave -w /teaclave -it
> teaclave/teaclave-trustzone-sdk-build:0.3.0 \
>    bash -c "source environment && make"
>
> $ # Test all examples with QEMU
> $ docker run -v`pwd`:/teaclave -w /teaclave -it
> teaclave/teaclave-trustzone-sdk-build:0.3.0 \
>    bash -c "cd ci && ./ci.sh"
> ```
>
> The vote will be open for at least 72 hours. Everyone is welcome to
> vote. Please vote by replying to this thread explicitly.
>
>   [ ] +1 approve
>   [ ] +0 no opinion
>   [ ] -1 disapprove with the reason
>
> Anyone can participate in testing and voting, not just committers,
> please feel free to try out the release candidate and provide your
> votes. Please also reply with things you have checked.
>
> A checklist for reference:
>   -
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Best,
>
> Mingshen Sun
> Apache Teaclave (incubating) PPMC
> https://mssun.me
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

Reply via email to