## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Adjust according to IPMC advice (https://lists.apache.org/thread/6xbzdbrcd35drh7315mcsp8ko49mlx23). Fixes #683 ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [X] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [X] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [ ] If you've changed APIs, update the documentation. - [X] Ensure the tests pass (see CI results). - [X] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/689 -- Commit Summary -- * Remove mesapy from the submodule * Remove wasm binaries * [Dockerfile] Add compiler for webassembly and grpc python dependencies * Update LICENSE and NOTICE * Sync with Rust SGX SDK -- File Changes -- M .github/workflows/ci.yml (4) M .github/workflows/docker.yml (2) M .github/workflows/ubuntu1804-test.yml (2) M .github/workflows/ubuntu2004-test.yml (14) M .gitmodules (4) M CMakeLists.txt (30) M LICENSE (12) M NOTICE (2) M cmake/TeaclaveUtils.cmake (5) M cmake/scripts/test.sh (13) M docker/build.ubuntu-1804-sgx-2.17.1.Dockerfile (7) M docker/build.ubuntu-1804-sgx-dcap-1.14.Dockerfile (7) M docker/build.ubuntu-2004-sgx-2.17.1.Dockerfile (7) M docker/build.ubuntu-2004-sgx-dcap-1.14.Dockerfile (7) M examples/python/wasm_c_millionaire_problem_payload/Makefile (4) A examples/python/wasm_c_simple_add_payload/Makefile (45) D examples/python/wasm_c_simple_add_payload/simple_add.wasm (0) M executor/src/wamr.rs (21) D licenses/LICENSE-crates-io.txt (13) D licenses/LICENSE-crates-sgx.txt (13) D licenses/LICENSE-protected-fs.txt (29) A services/access_control/python/acs_py_enclave.c (3191) D tests/fixtures/functions/wamr_c_millionaire_problem/millionaire_problem.c (118) D tests/fixtures/functions/wamr_c_millionaire_problem/millionaire_problem.wasm (0) D tests/fixtures/functions/wamr_tvm_mnist/mnist.wasm (0) D third_party/mesapy (1) M third_party/rust-sgx-sdk (2) M third_party/wamr.patch (41381) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/689.patch https://github.com/apache/incubator-teaclave/pull/689.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/689 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>