Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-27 Thread Yuan Zhuang
Hi all, 

The vote to release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2 is 
now closed.

This release has PASSED with 8 +1 votes (7 binding), no 0 votes, and 0 -1 vote.
+1 votes 
- Mingshen Sun (binding) 
- Yulong Zhang (binding) 
- Yu Ding (binding) 
- Tongxin Li (binding) 
- Rundong Zhou (binding) 
- Duan Ran (binding) 
- Rong Fan (binding) 
- Yingchun Gao  

0 votes 
- No votes  

-1 votes 
- No votes  

Best, 
Yuan Zhuang

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-25 Thread Rundong Zhou
+1

Rundong

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-25 Thread Gao,Yingchun(SEC)
+1

发自我的iPhone

> 在 2022年3月25日,下午7:19,Rong Fan  写道:
> 
> +1
> 
>> On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
>> 
>> 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.2/
>> 
>> 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=9250da957b4c9dd9c916d582439cca28a359ec02
>> 
>> The release note is available in:
>>  - 
>> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
>> 
>> Build guide and get started instructions can be found at:
>>  - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
>> 
>> The short version of building Teaclave TrustZone SDK from the source tarball:
>> 
>> ```
>> $ wget 
>> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
>> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
>> 
>> # Build the SDK and TAs
>> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
>> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
>> 
>> Yuan Zhuang
>> Apache Teaclave (incubating) Committer
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
>> For additional commands, e-mail: dev-h...@teaclave.apache.org
>> 
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-25 Thread Rong Fan
+1

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-24 Thread Tongxin Li
+1

Best,
Tongxin

On Tue, Mar 22, 2022 at 11:02 PM Yuan Zhuang  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 2).
>
> 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.2/
>
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
>
> The release note is available in:
>   -
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
>
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
>
> The short version of building Teaclave TrustZone SDK from the source
> tarball:
>
> ```
> $ wget
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz &&
> cd apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
>
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
>
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
>
>


Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-24 Thread Yu Ding
+1 approve

Best,
Yu Ding

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-24 Thread Duan Ran
+1

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-24 Thread Yulong Zhang
+1

On 2022/03/23 06:02:04 Yuan Zhuang 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 2).
> 
> 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.2/
> 
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
> 
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
> 
> The short version of building Teaclave TrustZone SDK from the source tarball:
> 
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
> 
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
> 
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.2

2022-03-23 Thread Mingshen Sun
+1 (binding).

I have checked:

☑ Are release files in correct location?
☑ Do release files have the word incubating in their name?
☑ Are the digital signature and hashes correct?
☑ Does DISCLAIMER file exist?
☑ Do LICENSE and NOTICE files exists?
☑ Is the LICENSE and NOTICE text correct?
☑ Is the NOTICE year correct? Yes.
☑ Can you compile from source? Are the instruction clear? Yes.
☑ Are there any unexpected binary files in the release? No.

Mingshen




Mingshen Sun

On Tue, Mar 22, 2022 at 11:02 PM Yuan Zhuang  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 2).
>
> 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.2/
>
> 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=9250da957b4c9dd9c916d582439cca28a359ec02
>
> The release note is available in:
>   - 
> https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.2.0-rc.2
>
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave-trustzone-sdk#readme
>
> The short version of building Teaclave TrustZone SDK from the source tarball:
>
> ```
> $ wget 
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.2.0-rc.2/apache-teaclave-trustzone-sdk-0.2.0-rc.2-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.2-incubating.tar.gz && cd 
> apache-teaclave-trustzone-sdk-0.2.0-rc.2-incubating
>
> # Build the SDK and TAs
> $ docker run -v$(pwd):/teaclave -w /teaclave -it 
> teaclave/teaclave-trustzone-sdk-build:0.3.0 bash -c "./setup.sh && 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 Regards,
>
> Yuan Zhuang
> Apache Teaclave (incubating) Committer
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org