Dear Teaclave community, I am pleased to be calling this vote for the first release of Apache Teaclave TrustZone SDK (incubating) 0.1.0 (release candidate 1).
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. 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. A checklist for reference: - https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist Note that you can also reply with things you have checked. Best, Mingshen Sun http://mssun.me --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
