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 2022/03/22 06:58:17 UTC

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

Hi all,

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

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

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
apache-teaclave-0.4.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.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.4.0-rc.1

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

Best,
Tongxin

On Mon, Mar 21, 2022 at 11:58 PM 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.4.0 (release candidate 1).
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by Duan Ran <rd...@apache.org>.
+1

On 2022/03/22 06:58:17 Mingshen Sun wrote:
> Hi all,
> 
> I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.4.0 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by "Gao,Yingchun(SEC)" <ga...@baidu.com>.
+1

发自我的iPhone

> 在 2022年3月25日,上午11:09,Yu Ding <di...@apache.org> 写道:
> 
> +1 Thanks
> 
> Best, Yu
> 
>> On 2022/03/22 06:58:17 Mingshen Sun wrote:
>> Hi all,
>> 
>> I am pleased to be calling this vote for the third release of
>> Apache Teaclave (incubating) 0.4.0 (release candidate 1).
>> 
>> The release candidate to be voted over is available at:
>> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
>> 
>> The release note is available in:
>> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
>> 
>> Build guide and get started instructions can be found at:
>> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
>> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
>> apache-teaclave-0.4.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.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.4.0-rc.1

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

Best, Yu

On 2022/03/22 06:58:17 Mingshen Sun wrote:
> Hi all,
> 
> I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.4.0 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by Bao Bao <qi...@gmail.com>.
+1

Qinkun

On Mon, Mar 21, 2022 at 23:58 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.4.0 (release candidate 1).
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by Hongbo Chen <ya...@apache.org>.
+1

Hongbo

On Tue, Mar 22, 2022 at 7:52 PM Mingshen Sun <ms...@apache.org> wrote:

> Hi MK,
>
> No, I don't think this works on the M1 MacBook. Our building
> environment (i.e., the docker image) is for the x86_64 platform. One
> way to build on the M1 Mac is to use a virtualized environment (e.g.,
> using VirtuaBox).
>
> Mingshen
>
> On Tue, Mar 22, 2022 at 7:37 PM MK Kim <my...@gmail.com> wrote:
> >
> > Hi Mingshen Sun,
> >
> > Thanks for your support.
> >
> > I have one question,
> >
> > 1. I try to test this version in Macbook M1. This is not working in my
> mac. Could it support Mac M1?
> >
> > I saw it below message.
> >
> ========================================================================================================================
> > mk@MKs-MacBook-Pro ~ % 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"
> > WARNING: The requested image's platform (linux/amd64) does not match the
> detected host platform (linux/arm64/v8) and no specific platform was
> requested
> > CMake Error: The source directory "/teaclave" does not appear to contain
> CMakeLists.txt.
> > Specify --help for usage, or press the help button on the CMake GUI.
> >
> ========================================================================================================================
> >
> > If you have any questions, please let me know.
> >
> > BR,
> > MK
> >
> > On Tue, Mar 22, 2022 at 3:58 PM 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.4.0 (release candidate 1).
> >>
> >> The release candidate to be voted over is available at:
> >> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> >>
> >> The release note is available in:
> >> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> >>
> >> Build guide and get started instructions can be found at:
> >> -
> https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> >> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> >> apache-teaclave-0.4.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.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.4.0-rc.1

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

No, I don't think this works on the M1 MacBook. Our building
environment (i.e., the docker image) is for the x86_64 platform. One
way to build on the M1 Mac is to use a virtualized environment (e.g.,
using VirtuaBox).

Mingshen

On Tue, Mar 22, 2022 at 7:37 PM MK Kim <my...@gmail.com> wrote:
>
> Hi Mingshen Sun,
>
> Thanks for your support.
>
> I have one question,
>
> 1. I try to test this version in Macbook M1. This is not working in my mac. Could it support Mac M1?
>
> I saw it below message.
> ========================================================================================================================
> mk@MKs-MacBook-Pro ~ % 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"
> WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
> CMake Error: The source directory "/teaclave" does not appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
> ========================================================================================================================
>
> If you have any questions, please let me know.
>
> BR,
> MK
>
> On Tue, Mar 22, 2022 at 3:58 PM 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.4.0 (release candidate 1).
>>
>> The release candidate to be voted over is available at:
>> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
>>
>> The release note is available in:
>> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
>>
>> Build guide and get started instructions can be found at:
>> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
>> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
>> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by MK Kim <my...@gmail.com>.
Hi Mingshen Sun,

Thanks for your support.

I have one question,

1. I try to test this version in Macbook M1. This is not working in my mac.
Could it support Mac M1?

I saw it below message.
========================================================================================================================
mk@MKs-MacBook-Pro ~ % 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"
WARNING: The requested image's platform (linux/amd64) does not match the
detected host platform (linux/arm64/v8) and no specific platform was
requested
CMake Error: The source directory "/teaclave" does not appear to contain
CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
========================================================================================================================

If you have any questions, please let me know.

BR,
MK

On Tue, Mar 22, 2022 at 3:58 PM 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.4.0 (release candidate 1).
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

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

On 2022/03/22 06:58:17 Mingshen Sun wrote:
> Hi all,
> 
> I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.4.0 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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.4.0-rc.1

Posted by Mingshen Sun <ms...@apache.org>.
Dear Teaclave community,

The vote to release Apache Teaclave (incubating) v0.4.0-rc1 is now closed.

This release has PASSED with 8 +1 votes (6 binding), no 0 votes, and 0 -1 vote.

+1 votes
* Hongbo Chen (binding)
* Yulong Zhang (binding)
* Ran Duan (binding)
* Yu Ding (binding)
* Tongxin Li (binding)
* Rundong Zhou (binding)
* Qinkun Bao
* Yingchun Gao

0 votes
* No votes

-1 votes
* No votes

Best,
Mingshen Sun

On Fri, Mar 25, 2022 at 1:20 PM Rundong Zhou <ru...@apache.org> wrote:
>
> +1
>
> Rundong
>
> On 2022/03/22 06:58:17 Mingshen Sun wrote:
> > Hi all,
> >
> > I am pleased to be calling this vote for the third release of
> > Apache Teaclave (incubating) 0.4.0 (release candidate 1).
> >
> > The release candidate to be voted over is available at:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> >
> > The release note is available in:
> > - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> >
> > Build guide and get started instructions can be found at:
> > - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> > apache-teaclave-0.4.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.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.4.0-rc.1

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

Rundong

On 2022/03/22 06:58:17 Mingshen Sun wrote:
> Hi all,
> 
> I am pleased to be calling this vote for the third release of
> Apache Teaclave (incubating) 0.4.0 (release candidate 1).
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.4.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=37b248b2b8a5215fed668b4e71b674ce57b0b352
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0-rc.1
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.4.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.4.0-rc.1/apache-teaclave-0.4.0-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.4.0-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.4.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.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