## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue) ## Type of change (select 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 - [ ] Code cleanup or just sync with upstream third-party crates ## How Has This Been Tested? ## Checklist (check ALL before submitting PR, even not applicable) - [ ] 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. - [ ] Ensure the tests pass (see CI results). - [ ] 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/231 -- Commit Summary -- * scheduler -- File Changes -- M cmake/scripts/test.sh (5) M cmake/tomls/Cargo.sgx_trusted_lib.toml (1) M cmake/tomls/Cargo.sgx_untrusted_app.toml (1) M config/build.config.toml (3) M config/config_gen/main.rs (1) M config/config_gen/templates/config.j2 (6) M config/runtime.config.toml (1) M config/src/runtime.rs (1) M services/proto/build.rs (1) M services/proto/src/lib.rs (5) A services/proto/src/proto/teaclave_scheduler_service.proto (34) A services/proto/src/teaclave_scheduler_service.rs (126) A services/scheduler/app/Cargo.toml (21) A services/scheduler/app/build.rs (51) A services/scheduler/app/src/main.rs (88) A services/scheduler/enclave/Cargo.toml (47) A services/scheduler/enclave/Enclave.config.xml (12) A services/scheduler/enclave/src/lib.rs (160) A services/scheduler/enclave/src/service.rs (111) M tests/fixtures/runtime.config.toml (5) M tests/integration/app/src/teaclave_config_tests.rs (2) M tests/unit/enclave/Cargo.toml (4) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/231.patch https://github.com/apache/incubator-teaclave/pull/231.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/231
