This is an automated email from the ASF dual-hosted git repository.
hsun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
from 4e15ab62 Fix deploy instruction for Azure to comply with SGX 2.17.
new c7ebd6f5 Remove mesapy from the submodule
new 432db4c5 Remove wasm binaries
new b0729bd2 [Dockerfile] Add compiler for webassembly and grpc python
dependencies
new f96278ca Update LICENSE and NOTICE
new 49c259e4 Sync with Rust SGX SDK
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 4 +-
.github/workflows/docker.yml | 2 +-
.github/workflows/ubuntu1804-test.yml | 2 +-
.github/workflows/ubuntu2004-test.yml | 14 +-
.gitmodules | 4 -
CMakeLists.txt | 30 +-
LICENSE | 12 +-
NOTICE | 2 +-
cmake/TeaclaveUtils.cmake | 5 +-
cmake/scripts/test.sh | 13 +-
docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile | 7 +-
docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile | 7 +-
docker/build.ubuntu-2004-sgx-2.17.1.Dockerfile | 7 +-
docker/build.ubuntu-2004-sgx-dcap-1.14.Dockerfile | 7 +-
.../wasm_c_millionaire_problem_payload/Makefile | 4 +-
.../Makefile | 8 +-
.../wasm_c_simple_add_payload/simple_add.wasm | Bin 1594 -> 0 bytes
executor/src/wamr.rs | 21 +-
licenses/LICENSE-crates-io.txt | 13 -
licenses/LICENSE-crates-sgx.txt | 13 -
licenses/LICENSE-protected-fs.txt | 29 -
services/access_control/python/acs_py_enclave.c | 3191 ++
.../millionaire_problem.c | 118 -
.../millionaire_problem.wasm | Bin 2970 -> 0 bytes
tests/fixtures/functions/wamr_tvm_mnist/mnist.wasm | Bin 1126160 -> 0 bytes
third_party/mesapy | 1 -
third_party/rust-sgx-sdk | 2 +-
third_party/wamr.patch | 41381 ++++++++++++++++++-
28 files changed, 44636 insertions(+), 261 deletions(-)
copy examples/python/{wasm_c_millionaire_problem_payload =>
wasm_c_simple_add_payload}/Makefile (92%)
delete mode 100755 examples/python/wasm_c_simple_add_payload/simple_add.wasm
delete mode 100644 licenses/LICENSE-crates-io.txt
delete mode 100644 licenses/LICENSE-crates-sgx.txt
delete mode 100644 licenses/LICENSE-protected-fs.txt
create mode 100644 services/access_control/python/acs_py_enclave.c
delete mode 100644
tests/fixtures/functions/wamr_c_millionaire_problem/millionaire_problem.c
delete mode 100755
tests/fixtures/functions/wamr_c_millionaire_problem/millionaire_problem.wasm
delete mode 100755 tests/fixtures/functions/wamr_tvm_mnist/mnist.wasm
delete mode 160000 third_party/mesapy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]