You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <ms...@apache.org> on 2021/08/17 03:39:39 UTC

[VOTE] Release Apache Teaclave (incubating) v0.3.0-rc.1

Hi all,

I am pleased to be calling this vote for the third release of
Apache Teaclave (incubating) 0.3.0 (release candidate 1).

The release candidate to be voted over is available at:
  - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a

The release note is available in:
  - https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1

Build guide and get started instructions can be found at:
  - https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
  apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org


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

Posted by Mingshen Sun <ms...@apache.org>.
Hi all,

I'm glad to announce the results of the vote.

This vote PASSED with 5 +1 votes (5 binding), no 0 votes, and 0 -1 vote.

+1 votes
* Pei Wang (binding)
* Yulong Zhang (binding)
* Rundong Zhou (binding)
* Tongxin Li (binding)
* Hongbo Chen (binding)

0 votes
* No votes

-1 votes
* No votes

The list of members can be found here [1].

I'll continue with the release process on general@.

[1] https://teaclave.apache.org/contributors/

Best,
Mingshen Sun


On Thu, Aug 19, 2021 at 9:20 PM Pei Wang <ur...@gmail.com> wrote:
>
> +1.
>
> On Thu, Aug 19, 2021 at 4:26 PM Rundong Zhou <ru...@apache.org> wrote:
>
> > +1
> >
> > On 2021/08/19 05:04:33, Tongxin Li <li...@apache.org> wrote:
> > > +1
> > >
> > > Best,
> > > Tongxin
> > >
> > > On Wed, Aug 18, 2021 at 3:09 PM Hongbo Chen <ya...@apache.org> wrote:
> > >
> > > > I tried to build Teaclave from this release and it works well in
> > SIM_MODE
> > > > on my and.
> > > > +1 :)
> > > >
> > > > Thanks,
> > > > Hongbo
> > > >
> > > > On Tue, Aug 17, 2021 at 2:20 PM Yulong Zhang <yu...@apache.org>
> > > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote:
> > > > > > Hi all,
> > > > > >
> > > > > > I am pleased to be calling this vote for the third release of
> > > > > > Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> > > > > >
> > > > > > The release candidate to be voted over is available at:
> > > > > >   -
> > > > >
> > https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> > > > > >
> > > > > > The release note is available in:
> > > > > >   -
> > > > >
> > https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> > > > > >
> > > > > > Build guide and get started instructions can be found at:
> > > > > >   -
> > > > >
> > > >
> > https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> > > > > > $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
> > > > > >   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> > > > > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > > > > >
> > > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > > > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > > > >
> > > > >
> > > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> >

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


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

Posted by Pei Wang <ur...@gmail.com>.
+1.

On Thu, Aug 19, 2021 at 4:26 PM Rundong Zhou <ru...@apache.org> wrote:

> +1
>
> On 2021/08/19 05:04:33, Tongxin Li <li...@apache.org> wrote:
> > +1
> >
> > Best,
> > Tongxin
> >
> > On Wed, Aug 18, 2021 at 3:09 PM Hongbo Chen <ya...@apache.org> wrote:
> >
> > > I tried to build Teaclave from this release and it works well in
> SIM_MODE
> > > on my and.
> > > +1 :)
> > >
> > > Thanks,
> > > Hongbo
> > >
> > > On Tue, Aug 17, 2021 at 2:20 PM Yulong Zhang <yu...@apache.org>
> > > wrote:
> > >
> > > > +1
> > > >
> > > > On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote:
> > > > > Hi all,
> > > > >
> > > > > I am pleased to be calling this vote for the third release of
> > > > > Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> > > > >
> > > > > The release candidate to be voted over is available at:
> > > > >   -
> > > >
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> > > > >
> > > > > The release note is available in:
> > > > >   -
> > > >
> https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> > > > >
> > > > > Build guide and get started instructions can be found at:
> > > > >   -
> > > >
> > >
> https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> > > > > $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
> > > > >   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> > > > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > > >
> > > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
>

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

Posted by Rundong Zhou <ru...@apache.org>.
+1

On 2021/08/19 05:04:33, Tongxin Li <li...@apache.org> wrote: 
> +1
> 
> Best,
> Tongxin
> 
> On Wed, Aug 18, 2021 at 3:09 PM Hongbo Chen <ya...@apache.org> wrote:
> 
> > I tried to build Teaclave from this release and it works well in SIM_MODE
> > on my and.
> > +1 :)
> >
> > Thanks,
> > Hongbo
> >
> > On Tue, Aug 17, 2021 at 2:20 PM Yulong Zhang <yu...@apache.org>
> > wrote:
> >
> > > +1
> > >
> > > On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote:
> > > > Hi all,
> > > >
> > > > I am pleased to be calling this vote for the third release of
> > > > Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> > > >
> > > > The release candidate to be voted over is available at:
> > > >   -
> > > https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> > > >
> > > > The release note is available in:
> > > >   -
> > > https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> > > >
> > > > Build guide and get started instructions can be found at:
> > > >   -
> > >
> > https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> > > > $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
> > > >   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> > > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > >
> > >
> >
> 

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


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

Posted by Tongxin Li <li...@apache.org>.
+1

Best,
Tongxin

On Wed, Aug 18, 2021 at 3:09 PM Hongbo Chen <ya...@apache.org> wrote:

> I tried to build Teaclave from this release and it works well in SIM_MODE
> on my and.
> +1 :)
>
> Thanks,
> Hongbo
>
> On Tue, Aug 17, 2021 at 2:20 PM Yulong Zhang <yu...@apache.org>
> wrote:
>
> > +1
> >
> > On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote:
> > > Hi all,
> > >
> > > I am pleased to be calling this vote for the third release of
> > > Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> > >
> > > The release candidate to be voted over is available at:
> > >   -
> > https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> > >
> > > The release note is available in:
> > >   -
> > https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> > >
> > > Build guide and get started instructions can be found at:
> > >   -
> >
> https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> > > $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
> > >   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> > > For additional commands, e-mail: dev-help@teaclave.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> >
>

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

Posted by Hongbo Chen <ya...@apache.org>.
I tried to build Teaclave from this release and it works well in SIM_MODE
on my and.
+1 :)

Thanks,
Hongbo

On Tue, Aug 17, 2021 at 2:20 PM Yulong Zhang <yu...@apache.org> wrote:

> +1
>
> On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote:
> > Hi all,
> >
> > I am pleased to be calling this vote for the third release of
> > Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> >
> > The release candidate to be voted over is available at:
> >   -
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> >
> > The release note is available in:
> >   -
> https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> >
> > Build guide and get started instructions can be found at:
> >   -
> https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
> >   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
>

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

Posted by Yulong Zhang <yu...@apache.org>.
+1

On 2021/08/17 03:39:39, Mingshen Sun <ms...@apache.org> wrote: 
> Hi all,
> 
> I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.3.0 (release candidate 1).
> 
> The release candidate to be voted over is available at:
>   - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.3.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=f2be66e025f9323512b2e8fec5d99e04908b552a
> 
> The release note is available in:
>   - https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0-rc.1
> 
> Build guide and get started instructions can be found at:
>   - https://github.com/apache/incubator-teaclave/blob/v0.3.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.3.0-rc.1/apache-teaclave-0.3.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.3.0-rc.1-incubating.tar.gz && cd \
>   apache-teaclave-0.3.0-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.14: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. 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: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
> 
> 

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