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

2023-05-30 Thread He Sun
Hello everyone,

The vote has passed with 3 binding +1 votes. The vote PASSED with 3 binding +1, 
0 non-binding +1 and 0 -1 votes.

Binding +1 votes:
- Gordon
- Felix Cheung
- Wenli Zhang

Vote thread: https://lists.apache.org/thread/5h8zd2chnj6bo262wx1sg6df0z1rsrgc

Thank you everyone for your feedback and help with this Teaclave release. I 
will be working on publishing the artifacts of Apache Teaclave (incubating) 
v0.5.1. 

Thanks,
He

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

2023-05-30 Thread Wenli Zhang
+1

I checked:

- Include the word incubating in the release file name.
- Include an ASF LICENSE and NOTICE file.
- Have valid checksums or signatures.
- Be placed in the correct place on the ASF’s infrastructure.
- Have a KEYS file to validate the release.



On 2023/05/25 06:00:20 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 2).
> 
> The Apache Teaclave (incubating) community has voted and approved the
> release. The result thread is 
> https://lists.apache.org/thread/qt3z2m4yvghxtvw3gwyorj67px8okjqy
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> 
> The artifacts signed with PGP key [777A1FBA5762313CD86EC2727144C76533763CD9] 
> in the keys file:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> 
> The Git commit for this release is:
> - 
> https://github.com/apache/incubator-teaclave/commit/39d575adf291431f2f9656057676cdc55d89f96f
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> 
> Build guide and get started instructions can be found at:
> - 
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> apache-teaclave-0.5.1-rc.2-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 or until the necessary number
> of votes are reached.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> 
> Best,
> 
> He Sun
> Apache Teaclave (incubating)
> 
> -
> 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.5.1-rc.2

2023-05-30 Thread Wenli Zhang
+1

Checked:

- Include the word incubating in the release file name.
- Include an ASF LICENSE and NOTICE file.
- Have valid checksums or signatures.
- Be placed in the correct place on the ASF’s infrastructure.
- Have a KEYS file to validate the release.

On 2023/05/25 06:00:20 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 2).
> 
> The Apache Teaclave (incubating) community has voted and approved the
> release. The result thread is 
> https://lists.apache.org/thread/qt3z2m4yvghxtvw3gwyorj67px8okjqy
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> 
> The artifacts signed with PGP key [777A1FBA5762313CD86EC2727144C76533763CD9] 
> in the keys file:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> 
> The Git commit for this release is:
> - 
> https://github.com/apache/incubator-teaclave/commit/39d575adf291431f2f9656057676cdc55d89f96f
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> 
> Build guide and get started instructions can be found at:
> - 
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> apache-teaclave-0.5.1-rc.2-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 or until the necessary number
> of votes are reached.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> 
> Best,
> 
> He Sun
> Apache Teaclave (incubating)
> 
> -
> 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 OpenDAL(incubating) 0.36.0-rc1

2023-05-30 Thread Xuanwo
Sorry, this mail is sent to the wrong place. Please ignore.

On Tue, May 30, 2023, at 16:28, Xuanwo wrote:
> Hello, Apache OpenDAL(incubating) PMC and Community,
>
> This is a call for a vote to release Apache OpenDAL(incubating) version 
> 0.36.0.
>
> The tag to be voted on is 0.36.0.
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.36.0-rc1/
>
> Keys to verify the release candidate:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git branch for the release:
>
> https://github.com/apache/incubator-opendal/tree/release-0.36.0-rc1
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Thanks
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

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

2023-05-30 Thread He Sun
Hi Felix,

Besides, the `KEYS` conflict will be solved in the next release.

Regards,
He

On 2023/05/30 07:14:28 Felix Cheung wrote:
> +1
> 
> - incubating in name
> - signature and hash are fine
> 
> it looks like there is a conflict between KEYS (file) and keys (directory):
> $ tar xzf apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> apache-teaclave-0.5.1-rc.2-incubating/KEYS: Can't replace existing
> directory with non-directory
> tar: Error exit delayed from previous errors.
> 
> - DISCLAIMER is fine
> - LICENSE and NOTICE are fine
> - No unexpected binary files
> - source files have ASF headers?
> 
> it looks like a lot of files are "external"? they do not have ASF header
> /common/rusty_leveldb_sgx/*
> /third_party/wasm-micro-runtime/*
> /third_party/rust-sgx-sdk/*
> 
> what is the plan for those? do they have to be included in the source
> release?
> 
> did not compile from source
> 
> 
> 
> On Fri, May 26, 2023 at 10:26 PM Gordon  wrote:
> 
> > +1, thanks.
> >
> > On Wed, May 24, 2023 at 11:00 PM 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 2).
> > >
> > > The Apache Teaclave (incubating) community has voted and approved the
> > > release. The result thread is
> > > https://lists.apache.org/thread/qt3z2m4yvghxtvw3gwyorj67px8okjqy
> > >
> > > The release candidate to be voted over is available at:
> > > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> > >
> > > The artifacts signed with PGP key
> > > [777A1FBA5762313CD86EC2727144C76533763CD9] in the keys file:
> > > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> > >
> > > The Git commit for this release is:
> > > -
> > >
> > https://github.com/apache/incubator-teaclave/commit/39d575adf291431f2f9656057676cdc55d89f96f
> > >
> > > The release note is available in:
> > > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> > >
> > > Build guide and get started instructions can be found at:
> > > -
> > >
> > https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> > > $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> > > apache-teaclave-0.5.1-rc.2-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 or until the necessary number
> > > of votes are reached.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > >
> > > Best,
> > >
> > > He Sun
> > > Apache Teaclave (incubating)
> > >
> > > -
> > > 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.5.1-rc.2

2023-05-30 Thread He Sun
Hi Felix,

First time to hear from you. Thank you.

Those "external"  files are actually from third-party and their licenses are 
included in the `LICENSE` file. Please check it.

Wait for more advice and comments from you in the future about all aspects of 
Teacalve. 

Thanks,
He

On 2023/05/30 07:14:28 Felix Cheung wrote:
> +1
> 
> - incubating in name
> - signature and hash are fine
> 
> it looks like there is a conflict between KEYS (file) and keys (directory):
> $ tar xzf apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> apache-teaclave-0.5.1-rc.2-incubating/KEYS: Can't replace existing
> directory with non-directory
> tar: Error exit delayed from previous errors.
> 
> - DISCLAIMER is fine
> - LICENSE and NOTICE are fine
> - No unexpected binary files
> - source files have ASF headers?
> 
> it looks like a lot of files are "external"? they do not have ASF header
> /common/rusty_leveldb_sgx/*
> /third_party/wasm-micro-runtime/*
> /third_party/rust-sgx-sdk/*
> 
> what is the plan for those? do they have to be included in the source
> release?
> 
> did not compile from source
> 
> 
> 
> On Fri, May 26, 2023 at 10:26 PM Gordon  wrote:
> 
> > +1, thanks.
> >
> > On Wed, May 24, 2023 at 11:00 PM 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 2).
> > >
> > > The Apache Teaclave (incubating) community has voted and approved the
> > > release. The result thread is
> > > https://lists.apache.org/thread/qt3z2m4yvghxtvw3gwyorj67px8okjqy
> > >
> > > The release candidate to be voted over is available at:
> > > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> > >
> > > The artifacts signed with PGP key
> > > [777A1FBA5762313CD86EC2727144C76533763CD9] in the keys file:
> > > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> > >
> > > The Git commit for this release is:
> > > -
> > >
> > https://github.com/apache/incubator-teaclave/commit/39d575adf291431f2f9656057676cdc55d89f96f
> > >
> > > The release note is available in:
> > > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> > >
> > > Build guide and get started instructions can be found at:
> > > -
> > >
> > https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> > > $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> > > apache-teaclave-0.5.1-rc.2-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 or until the necessary number
> > > of votes are reached.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > >
> > > Best,
> > >
> > > He Sun
> > > Apache Teaclave (incubating)
> > >
> > > -
> > > 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



[VOTE] Release Apache OpenDAL(incubating) 0.36.0-rc1

2023-05-30 Thread Xuanwo
Hello, Apache OpenDAL(incubating) PMC and Community,

This is a call for a vote to release Apache OpenDAL(incubating) version 0.36.0.

The tag to be voted on is 0.36.0.

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.36.0-rc1/

Keys to verify the release candidate:

https://downloads.apache.org/incubator/opendal/KEYS

Git branch for the release:

https://github.com/apache/incubator-opendal/tree/release-0.36.0-rc1

Please download, verify, and test.

The VOTE will pass after got 3 binding approve.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Thanks

Xuanwo

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



Re: [VOTE] Release Apache OpenDAL(incubating) 0.35.0-rc1

2023-05-30 Thread Willem Jiang
Hi,

+1. Here is what I checked:
- The checksums and signatures are validated.
- The LICENSE and NOTICE files look good to me.
- There is a DISCLAIMER file about incubating.
- No binary files in the source release
- I can build the binary from the source kit.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Thu, May 25, 2023 at 2:58 PM Xuanwo  wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.35.0-rc1. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/lxn4ssg4tsvgvfwmcfv3h9wzqtprpjdf
>
> Vote result thread:
>
> https://lists.apache.org/thread/ygcyxsoy71zh2gyjh2kyr4qjf2ohd0or
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.35.0-rc1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git branch for the release:
>
> https://github.com/apache/incubator-opendal/tree/release-0.35.0-rc1
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Thanks
>
>
> Xuanwo
>
> -
> 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.5.1-rc.2

2023-05-30 Thread Felix Cheung
+1

- incubating in name
- signature and hash are fine

it looks like there is a conflict between KEYS (file) and keys (directory):
$ tar xzf apache-teaclave-0.5.1-rc.2-incubating.tar.gz
apache-teaclave-0.5.1-rc.2-incubating/KEYS: Can't replace existing
directory with non-directory
tar: Error exit delayed from previous errors.

- DISCLAIMER is fine
- LICENSE and NOTICE are fine
- No unexpected binary files
- source files have ASF headers?

it looks like a lot of files are "external"? they do not have ASF header
/common/rusty_leveldb_sgx/*
/third_party/wasm-micro-runtime/*
/third_party/rust-sgx-sdk/*

what is the plan for those? do they have to be included in the source
release?

did not compile from source



On Fri, May 26, 2023 at 10:26 PM Gordon  wrote:

> +1, thanks.
>
> On Wed, May 24, 2023 at 11:00 PM 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 2).
> >
> > The Apache Teaclave (incubating) community has voted and approved the
> > release. The result thread is
> > https://lists.apache.org/thread/qt3z2m4yvghxtvw3gwyorj67px8okjqy
> >
> > The release candidate to be voted over is available at:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> >
> > The artifacts signed with PGP key
> > [777A1FBA5762313CD86EC2727144C76533763CD9] in the keys file:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
> >
> > The Git commit for this release is:
> > -
> >
> https://github.com/apache/incubator-teaclave/commit/39d575adf291431f2f9656057676cdc55d89f96f
> >
> > The release note is available in:
> > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> >
> > Build guide and get started instructions can be found at:
> > -
> >
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-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.5.1-rc.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> > apache-teaclave-0.5.1-rc.2-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 or until the necessary number
> > of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> >
> > Best,
> >
> > He Sun
> > Apache Teaclave (incubating)
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>