Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.2.0-rc.1 (with the correct KEYS link)

2021-11-29 Thread Tongxin Li
+1

On 2021/11/29 18:56:49 Mingshen Sun 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
> 
> 

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



Re: Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-07 Thread Tongxin Li
+1

On 2021/06/08 01:38:49, Pei Wang  wrote: 
> +1
> 
> On 2021/06/08 01:35:12 Yulong Zhang wrote:
> > +1
> > 
> > On 2021/06/08 00:54:38, Mingshen Sun  wrote: 
> > > Dear community,
> > > 
> > > This is a call for a vote to release Apache Teaclave TrustZone SDK
> > > (incubating) 0.1.0.
> > > 
> > > The Apache Teaclave (incubating) community has voted and approved the
> > > release, with four +1 votes from IPMC members (Rundong Zhou, Matt
> > > Sicker, Tongxin Li, Yu Ding).
> > > 
> > > Vote/result thread:
> > >   - 
> > > https://lists.apache.org/thread.html/r441addf283f6c8780326f372e39a9d723164f6d910184ea3686a5c4a%40%3Cdev.teaclave.apache.org%3E
> > > 
> > > The release candidate to be voted over is available at:
> > >   - 
> > > https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.1.0-rc.1
> > > 
> > > The release candidate is signed with a GPG key available at:
> > >   - https://dist.apache.org/repos/dist/dev/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=8587ffca8d3dbed15d2a36ed7cd6a33b6efd8965
> > > 
> > > The release note is available in:
> > >   - 
> > > https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.1.0-rc.1
> > > 
> > > Build guide and get started instructions can be found at:
> > >   - 
> > > https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/v0.1.0-rc.1/README.md
> > > 
> > > The short version of building and testing Teaclave TrustZone SDK from
> > > the source tarball:
> > > 
> > > ```
> > > $ wget 
> > > https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.1.0-rc.1/apache-teaclave-trustzone-sdk-0.1.0-rc.1-incubating.tar.gz
> > > $ tar zxvf apache-teaclave-trustzone-sdk-0.1.0-rc.1-incubating.tar.gz && 
> > > cd
> > > apache-teaclave-trustzone-sdk-0.1.0-incubating
> > > 
> > > $ # Instructions to verify the source tar:
> > > https://teaclave.apache.org/download/#verify-the-integrity-of-the-files
> > > 
> > > $ # Building
> > > $ docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w \
> > > /teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.1 \
> > > bash -c "source environment && make"
> > > 
> > > $ # Testing
> > > $ docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w \
> > > /teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.1 \
> > > bash -c "source environment && cd ci && ./ci.sh"
> > > ```
> > > 
> > > The vote will be open for at least 72 hours.
> > > 
> > >   [ ] +1 approve
> > >   [ ] +0 no opinion
> > >   [ ] -1 disapprove with the reason
> > > 
> > > Best,
> > > 
> > > Mingshen Sun
> > > http://mssun.me
> > > 
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> > > 
> > > 
> > 
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> > 
> > 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

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



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

2021-02-28 Thread Tongxin Li
+1

On 2021/02/28 20:12:23, Pei Wang  wrote: 
> +1
> 
> On 2021/02/26 18:26:28 Mingshen Sun wrote:
> > Dear community,
> > 
> > This is a call for a vote to release Apache Teaclave (incubating)
> > version 0.2.0. This is the second Apache release since Teaclave
> > entered the incubator.
> > 
> > The Apache Teaclave (incubating) community has voted and approved the
> > release, with four +1 votes from IPMC members (Pei Wang, Yulong Zhang,
> > Rundong Zhou, Tongxin Li).
> > 
> > Vote/result thread:
> >   - 
> > https://lists.apache.org/thread.html/rd0ca1591578bcc60d73ce8722908d5001bd81dffe7a33e205bd28184%40%3Cdev.teaclave.apache.org%3E
> > 
> > The release candidate to be voted over is available at:
> >   - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.2.0-rc.1/
> > 
> > The release candidate is signed with a GPG key available at:
> >   - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> > 
> > The Git commit for this release is:
> >   - 
> > https://gitbox.apache.org/repos/asf?p=incubator-teaclave.git;a=commit;h=0d1a001bb4741e3c652d121d2dfafa5d9361f84c
> > 
> > The release note is available in:
> >   - https://github.com/apache/incubator-teaclave/releases/tag/v0.2.0-rc.1
> > 
> > Build guide and get started instructions can be found at:
> >   - 
> > https://github.com/apache/incubator-teaclave/blob/v0.2.0-rc.1/docs/my-first-function.md
> > 
> > The short version of building Teaclave from the source tarball:
> > 
> > ```
> > $ wget 
> > https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.2.0-rc.1/apache-teaclave-0.2.0-rc.1-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.2.0-rc.1-incubating.tar.gz && cd
> > apache-teaclave-0.2.0-rc.1-incubating
> > $ # Instructions to verify the source tar:
> > https://teaclave.apache.org/download/#verify-the-integrity-of-the-files
> > 
> > $ docker run --rm -v $(pwd):/teaclave -w /teaclave \
> >   -it teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latest \
> >bash -c ". /root/.cargo/env && \
> >  . /opt/sgxsdk/environment && \
> >  mkdir -p build && cd build && \
> >  cmake -DTEST_MODE=ON DSGX_SIM_MODE=ON -DGIT_SUBMODULE=OFF .. && \
> >  make"
> > ```
> > 
> > The vote will be open for at least 72 hours.
> > 
> >   [ ] +1 approve
> >   [ ] +0 no opinion
> >   [ ] -1 disapprove with the reason
> > 
> > 
> > Best,
> > 
> > Mingshen Sun
> > http://mssun.me
> > 
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> > 
> > 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

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



Re: [VOTE] Release Apache Teaclave (incubating) v0.1.0-rc2

2020-10-06 Thread Tongxin Li
+1 approve

On 2020/10/06 21:57:47, Mingshen Sun  wrote: 
> Dear community,
> 
> This is a call for a vote to release Apache Teaclave (incubating) version
> 0.1.0. This is the first Apache release since Teaclave entered the
> incubator.
> 
> The Apache Teaclave (incubating) community has voted and approved the
> release, with four +1 votes from IPMC members (Tongxin Li, Yu Ding, Furkan
> Kamaci, and Pei Wang).
> 
> Vote/result thread:
>   -
> https://lists.apache.org/thread.html/r78add66efd8eb43be2f7e4548ea516528112bdd1d00a4626f095ca94%40%3Cdev.teaclave.apache.org%3E
> 
> The release candidate to be voted over is available at:
>   - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.1.0-rc.2/
> 
> The release candidate is signed with a GPG key available at:
>   - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> 
> The Git commit for this release is:
>   -
> https://gitbox.apache.org/repos/asf?p=incubator-teaclave.git;a=commit;h=05769c80fd15612003d629603cadd2ecddbfca46
> 
> The Release Note is available in:
>   - https://github.com/apache/incubator-teaclave/releases/tag/v0.1.0-rc.2
> 
> Build guide and get started instructions can be found at:
>   -
> https://github.com/apache/incubator-teaclave/blob/v0.1.0-rc.2/docs/my-first-function.md
> 
> The short version of building Teaclave from the source tarball:
> 
> ```
> $ wget
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.1.0-rc.2/apache-teaclave-0.1.0-rc.2-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.1.0-rc.2-incubating.tar.gz && cd
> apache-teaclave-0.1.0-rc.2-incubating
> $ docker run --rm -v $(pwd):/teaclave -w /teaclave \
>   -it teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latest \
>bash -c ". /root/.cargo/env && \
>  . /opt/sgxsdk/environment && \
>  mkdir -p build && cd build && \
>  cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON -DGIT_SUBMODULE=OFF .. && \
>  make"
> ```
> 
> The vote will be open for at least 72 hours.
> 
>   [ ] +1 approve
>   [ ] +0 no opinion
>   [ ] -1 disapprove with the reason
> 
> Thanks,
> Mingshen Sun
> 

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