You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by He Sun <hs...@apache.org> on 2023/05/09 08:16:19 UTC

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

Hi all,

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

The release candidate to be voted over is available at:
- https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
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 -j"
```

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,

He Sun
Apache Teaclave (incubating)

---------------------------------------------------------------------
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.5.1-rc.1

Posted by Mingshen Sun <ms...@apache.org>.
+1 approve

On Tue, May 9, 2023 at 1:17 AM He Sun <hs...@apache.org> wrote:

> Hi all,
>
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 1).
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
> 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 -j"
> ```
>
> 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,
>
> He Sun
> Apache Teaclave (incubating)
>
> ---------------------------------------------------------------------
> 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.5.1-rc.1

Posted by Qinkun Bao <qi...@apache.org>.
+1 approve


On Fri, May 12, 2023 at 11:33 AM Yu Ding <di...@apache.org> wrote:

> +1 approve
>
> On Fri, May 12, 2023 at 7:43 AM Yuan Zhuang <yu...@apache.org> wrote:
>
> > +1 approve
> >
> > On 2023/05/09 08:16:19 He Sun wrote:
> > > Hi all,
> > >
> > > I am pleased to be calling this vote for the release of
> > > Apache Teaclave (incubating) 0.5.1 (release candidate 1).
> > >
> > > The release candidate to be voted over is available at:
> > > -
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
> > >
> > > The release note is available in:
> > > -
> https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
> > >
> > > Build guide and get started instructions can be found at:
> > > -
> >
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> > > $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> > > apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
> > > 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 -j"
> > > ```
> > >
> > > 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,
> > >
> > > He Sun
> > > Apache Teaclave (incubating)
> > >
> > > ---------------------------------------------------------------------
> > > 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.5.1-rc.1

Posted by Yu Ding <di...@apache.org>.
+1 approve

On Fri, May 12, 2023 at 7:43 AM Yuan Zhuang <yu...@apache.org> wrote:

> +1 approve
>
> On 2023/05/09 08:16:19 He Sun wrote:
> > Hi all,
> >
> > I am pleased to be calling this vote for the release of
> > Apache Teaclave (incubating) 0.5.1 (release candidate 1).
> >
> > The release candidate to be voted over is available at:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
> >
> > The release note is available in:
> > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
> >
> > Build guide and get started instructions can be found at:
> > -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> > apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
> > 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 -j"
> > ```
> >
> > 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,
> >
> > He Sun
> > Apache Teaclave (incubating)
> >
> > ---------------------------------------------------------------------
> > 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.5.1-rc.1

Posted by Yuan Zhuang <yu...@apache.org>.
+1 approve

On 2023/05/09 08:16:19 He Sun wrote:
> Hi all,
> 
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
> 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 -j"
> ```
> 
> 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,
> 
> He Sun
> Apache Teaclave (incubating)
> 
> ---------------------------------------------------------------------
> 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.5.1-rc.1

Posted by rduan <rd...@apache.org>.
+1 approve

> 2023年5月9日 16:16,He Sun <hs...@apache.org> 写道:
> 
> Hi all,
> 
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
> 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 -j"
> ```
> 
> 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,
> 
> He Sun
> Apache Teaclave (incubating)
> 
> ---------------------------------------------------------------------
> 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.5.1-rc.1

Posted by Yu Ding <di...@apache.org>.
Hi team,

Regarding my +1, I downloaded the source code and I can confirm that it
compiles and works as expected on all of the samples.

Best,
Yu

On Sun, May 14, 2023 at 10:11 PM Justin Mclean <jm...@apache.org> wrote:

> HI,
>
> It would be helpful if people listed what they checked in the release
> rather than just saying "+1".
>
> For instance I would normal say something along these lines:
>
> I checked:
> - incubating in name
> - signature and hashes are fine
> - DISCLAIMER exists
> - LICENSE and NOTICE are correct
> - All ASF files have ASF headers
> - No unexpected binary files
> - Can compile from source
>
> I will not that this release still seem to include GPL software. Did
> anyone check for this?
>
> Kind Regards,
> Justin
>
> ---------------------------------------------------------------------
> 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.5.1-rc.1

Posted by Justin Mclean <jm...@apache.org>.
HI,

It would be helpful if people listed what they checked in the release rather than just saying "+1".

For instance I would normal say something along these lines:

I checked:
- incubating in name
- signature and hashes are fine
- DISCLAIMER exists
- LICENSE and NOTICE are correct
- All ASF files have ASF headers
- No unexpected binary files
- Can compile from source

I will not that this release still seem to include GPL software. Did anyone check for this?

Kind Regards,
Justin

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


答复: [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.1

Posted by gaoyingchun <ga...@baidu.com>.
+1 approve

-----邮件原件-----
发件人: He Sun <hs...@apache.org> 
发送时间: 2023年5月9日 16:16
收件人: dev@teaclave.apache.org
主题: [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.1

Hi all,

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

The release candidate to be voted over is available at:
- https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \ apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \ 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 -j"
```

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,

He Sun
Apache Teaclave (incubating)

---------------------------------------------------------------------
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.5.1-rc.1

Posted by Shaojun Wang <sh...@apache.org>.
+1 approve


--
发自我的网易邮箱平板适配版



在 2023-05-11 09:35:36,"汪少军" <je...@alibaba-inc.com> 写道:





------------------------------------------------------------------
发件人:He Sun <hs...@apache.org>
发送时间:2023年5月9日(星期二) 16:17
收件人:dev <de...@teaclave.apache.org>
主 题:[VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.1


Hi all,

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

The release candidate to be voted over is available at:
- https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-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://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
apache-teaclave-0.5.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-2004-sgx-2.17.1:0.2.0 \
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 -j"
```

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,

He Sun
Apache Teaclave (incubating)

---------------------------------------------------------------------
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