You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Shaojun Wang <sh...@apache.org> on 2023/03/28 02:58:28 UTC

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

+1


Shaojun wang




------------------------------------------------------------------
发件人:He Sun <hs...@apache.org>
发送时间:2023年3月27日(星期一) 10:33
收件人:dev <de...@teaclave.apache.org>
主 题:Re: [VOTE] Release Apache Teaclave (incubating) v0.5.0-rc.1


Hi all,

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

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

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.5.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.5.0-rc.1/apache-teaclave-0.5.0-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.0-rc.1-incubating.tar.gz && cd \
apache-teaclave-0.5.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-2004-sgx-2.17.1:0.1.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)

On 2023/03/27 02:12:29 He Sun wrote:
> Hi all, I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.5.0 (release candidate 1). The release
> candidate to be voted over is available at: -
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.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=1c42f6c8273fcddcbd0614f53b1db90da9c089de
>
> The release note is available in: -
> https://github.com/apache/incubator-teaclave/releases/tag/v0.5.0-rc.1 Build
> guide and get started instructions can be found at: -
> https://github.com/apache/incubator-teaclave/blob/v0.5.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.5.0-rc.1/apache-teaclave-0.5.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.5.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-2004-sgx-2.17.1:0.1.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