oasisprotocol / oasis-core

Performant and Confidentiality-Preserving Smart Contracts + Blockchains
https://oasisprotocol.org
Apache License 2.0
332 stars 109 forks source link

Add support for mock SGX builds #5642

Closed kostko closed 4 months ago

netlify[bot] commented 4 months ago

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
Latest commit 85b7913639b2f81f4ce8d8c3d660f7945a131382
Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/662663111585b7000815f082
kostko commented 4 months ago

Great stuff!

Mock is disabled by default. Was this planned to be used only locally or also in CI? I guess the former, as otherwise non-sgx non-mock code could be neglected.

Currently only locally. We can add one test for mock SGX (as we also test non-mock SGX anyway). It will also be used more in the SDK CI.