You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by hs...@apache.org on 2023/05/09 03:47:57 UTC

[incubator-teaclave] 01/02: Minor fixes

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 af8a8dedaf34b7e8d208ac310395cea8ba8bda90
Author: sunhe05 <su...@baidu.com>
AuthorDate: Tue May 9 03:44:20 2023 +0000

    Minor fixes
---
 .drone.yml            | 24 ++++++++++++------------
 .gitignore            |  3 ++-
 third_party/README.md |  1 -
 3 files changed, 14 insertions(+), 14 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/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)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org