This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch release-v0.5.1 in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit b169258bad5593a4833f420046bed47817cc6729 Author: sunhe05 <[email protected]> AuthorDate: Tue May 9 03:44:20 2023 +0000 Minor fixes --- .drone.yml | 24 ++++++++++++------------ .gitignore | 3 ++- README.md | 1 + docs/release-guide.md | 2 +- third_party/README.md | 1 - third_party/rust-sgx-sdk | 2 +- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 89116cf4..1bf54cca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ # limitations under the License. x-isgx-1804-image: &isgx-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 kind: pipeline name: sgx-debug-ubuntu-1804 @@ -81,7 +81,7 @@ node: --- x-dcap-1804-image: &dcap-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.14:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.14:0.2.0 kind: pipeline name: sgx-dcap-debug-ubuntu-1804 @@ -169,7 +169,7 @@ node: --- x-isgx-2004-image: &isgx-2004-image - image: teaclave/teaclave-build-ubuntu-2004-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-2004-sgx-2.17.1:0.2.0 kind: pipeline name: sgx-debug-ubuntu-2004 @@ -236,7 +236,7 @@ node: --- x-dcap-2004-image: &dcap-2004-image - image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.1.0 + image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.2.0 kind: pipeline name: sgx-dcap-debug-ubuntu-2004 @@ -263,7 +263,7 @@ steps: - sed -i 's/ias_root_ca_cert/dcap_root_ca_cert/' config/build.config.toml - cd build && make VERBOSE=1 -j2 - name: tvm example - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 commands: - . ~/.cargo/env - cd examples/python/wasm_tvm_mnist_payload @@ -324,7 +324,7 @@ node: --- x-dcap-2004-image: &dcap-2004-image - image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.1.0 + image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.2.0 kind: pipeline name: sgx-dcap-coverage-ubuntu-2004 @@ -351,7 +351,7 @@ steps: - sed -i 's/ias_root_ca_cert/dcap_root_ca_cert/' config/build.config.toml - cd build && make VERBOSE=1 -j2 - name: tvm example - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 commands: - . ~/.cargo/env - cd examples/python/wasm_tvm_mnist_payload @@ -411,7 +411,7 @@ node: --- x-dcap-2004-image: &dcap-2004-image - image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.1.0 + image: teaclave/teaclave-build-ubuntu-2004-sgx-dcap-1.14:0.2.0 kind: pipeline name: sgx-dcap-release-ubuntu-2004 @@ -499,7 +499,7 @@ node: --- x-isgx-1804-image: &isgx-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 kind: pipeline name: sgx-release-ubuntu-1804 @@ -564,7 +564,7 @@ node: --- x-isgx-1804-image: &isgx-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 kind: pipeline name: sim-debug-ubuntu-1804 @@ -615,7 +615,7 @@ node: --- x-isgx-1804-image: &isgx-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 kind: pipeline name: sim-release-ubuntu-1804 @@ -659,7 +659,7 @@ node: --- x-isgx-1804-image: &isgx-1804-image - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.2.0 kind: pipeline name: lint diff --git a/.gitignore b/.gitignore index 64480272..4190671d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ **/*.a **/*.so **/*.swp +**/*.wasm **/.DS_Store cov.info cov_report @@ -30,4 +31,4 @@ cov_report # ignore intermediate assets during building and testing examples/c/builtin_echo examples/c/builtin_ordered_set_intersect -examples/python/out.jpg \ No newline at end of file +examples/python/out.jpg diff --git a/README.md b/README.md index d0c9b86d..7a6f6e52 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ sub-projects under Teaclave: - [Teaclave SGX SDK](https://github.com/apache/incubator-teaclave-sgx-sdk) - [Teaclave TrustZone SDK](https://github.com/apache/incubator-teaclave-trustzone-sdk) +- [Teaclave Java TEE SDK](https://github.com/apache/incubator-teaclave-java-tee-sdk) ## Contributing diff --git a/docs/release-guide.md b/docs/release-guide.md index 2052f108..d664a3df 100644 --- a/docs/release-guide.md +++ b/docs/release-guide.md @@ -279,4 +279,4 @@ channels (Twitter, Discord, etc.). **Blog example**: - title: Announcing Apache Teaclave (incubating) 0.3.0 -- link: <https://teaclave.apache.org/blog/2021-09-30-announcing-teaclave-0-3-0/> +- link: <https://teaclave.apache.org/blog/2021-10-01-announcing-teaclave-0-3-0/> diff --git a/third_party/README.md b/third_party/README.md index b4f9e442..ea3b4e34 100644 --- a/third_party/README.md +++ b/third_party/README.md @@ -15,7 +15,6 @@ download any code from external package registry such as for development ease but are recommended for production use. Basically, we have these submodules: - - `mesapy`: a Python interpreter targeting SGX. - `rust-sgx-sdk`: Teaclave SGX SDK for standard libraries and Rust bindings of SGX libraries. - `webassembly-micro-runtime`: A sandboxed runtime to execute(interpret) diff --git a/third_party/rust-sgx-sdk b/third_party/rust-sgx-sdk index bee5d8e4..68f29a74 160000 --- a/third_party/rust-sgx-sdk +++ b/third_party/rust-sgx-sdk @@ -1 +1 @@ -Subproject commit bee5d8e408dfcaa3adfc73b8504211ffb15edad0 +Subproject commit 68f29a74a151dced4553a26286db5b7c899668b2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
