Dear community,

This is a call for a vote to release Apache Teaclave TrustZone SDK
(incubating) 0.1.0.

The Apache Teaclave (incubating) community has voted and approved the
release, with four +1 votes from IPMC members (Rundong Zhou, Matt
Sicker, Tongxin Li, Yu Ding).

Vote/result thread:
  - 
https://lists.apache.org/thread.html/r441addf283f6c8780326f372e39a9d723164f6d910184ea3686a5c4a%40%3Cdev.teaclave.apache.org%3E

The release candidate to be voted over is available at:
  - 
https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.1.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-trustzone-sdk.git;a=commit;h=8587ffca8d3dbed15d2a36ed7cd6a33b6efd8965

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

Build guide and get started instructions can be found at:
  - 
https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/v0.1.0-rc.1/README.md

The short version of building and testing Teaclave TrustZone SDK from
the source tarball:

```
$ wget 
https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.1.0-rc.1/apache-teaclave-trustzone-sdk-0.1.0-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-trustzone-sdk-0.1.0-rc.1-incubating.tar.gz && cd
apache-teaclave-trustzone-sdk-0.1.0-incubating

$ # Instructions to verify the source tar:
https://teaclave.apache.org/download/#verify-the-integrity-of-the-files

$ # Building
$ docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w \
/teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.1 \
bash -c "source environment && make"

$ # Testing
$ docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w \
/teaclave-trustzone-sdk teaclave/teaclave-trustzone-sdk-build:0.1.1 \
bash -c "source environment && cd ci && ./ci.sh"
```

The vote will be open for at least 72 hours.

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

Best,

Mingshen Sun
http://mssun.me

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

Reply via email to