## 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/243 -- Commit Summary -- * [common] Make leveldb sgx only and enable unit test. -- File Changes -- M common/rusty_leveldb_sgx/Cargo.toml (5) M common/rusty_leveldb_sgx/src/disk_env.rs (273) M common/rusty_leveldb_sgx/src/env.rs (26) M common/rusty_leveldb_sgx/src/lib.rs (27) M common/rusty_leveldb_sgx/src/mem_env.rs (8) M common/rusty_leveldb_sgx/src/options.rs (138) M tests/unit/enclave/Cargo.toml (5) M tests/unit/enclave/src/lib.rs (2) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/243.patch https://github.com/apache/incubator-teaclave/pull/243.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/243
