## Description This PR provides a way to integrate Teaclave with Occlum.
## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] 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 - [ ] 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/685 -- Commit Summary -- * Add the execution service running in the LibOS * Add document: Running the execution service in Occlum -- File Changes -- M CMakeLists.txt (20) M attestation/Cargo.toml (20) M attestation/src/attestation.rs (1) M attestation/src/cert.rs (2) M attestation/src/key.rs (1) M attestation/src/lib.rs (2) A attestation/src/platform/libos/mod.rs (19) A attestation/src/platform/libos/occlum.rs (152) A attestation/src/platform/mod.rs (63) R attestation/src/platform/sgx.rs (29) M attestation/src/service.rs (27) M cmake/TeaclaveUtils.cmake (5) M cmake/UtilTargets.cmake (6) A cmake/scripts/build_occlum_instance.sh (80) M cmake/scripts/test.sh (51) M cmake/tomls/Cargo.sgx_trusted_lib.lock (827) M cmake/tomls/Cargo.sgx_untrusted_app.lock (893) M cmake/tomls/Cargo.sgx_untrusted_app.toml (7) M cmake/tomls/Cargo.unix_app.lock (2) A docs/executing-in-occlum.md (81) M executor/Cargo.toml (7) M executor/context/Cargo.toml (5) M executor/context/src/context.rs (1) M executor/src/lib.rs (6) M file_agent/src/agent.rs (1) M function/Cargo.toml (6) M rpc/Cargo.toml (6) M rpc/src/lib.rs (2) M rpc/src/server.rs (4) M runtime/Cargo.toml (3) M runtime/src/raw_io.rs (4) M services/authentication/enclave/src/user_db.rs (3) M services/execution/app/Cargo.toml (14) M services/execution/app/build.rs (26) M services/execution/app/src/main.rs (27) M services/execution/enclave/Cargo.toml (16) R services/execution/enclave/src/file_handler.rs (47) M services/execution/enclave/src/lib.rs (86) M services/execution/enclave/src/service.rs (8) M services/execution/enclave/src/task_file_manager.rs (14) M services/proto/Cargo.toml (5) M services/storage/enclave/src/lib.rs (3) M services/utils/service_enclave_utils/Cargo.toml (6) M services/utils/service_enclave_utils/src/lib.rs (17) M worker/Cargo.toml (5) M worker/src/worker.rs (3) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/685.patch https://github.com/apache/incubator-teaclave/pull/685.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/685 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>