You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2022/04/21 20:24:48 UTC

[incubator-teaclave-sgx-sdk] branch v2.0.0-preview updated (f7d59c79 -> 64cf3278)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


    from f7d59c79 fix centos8 dockerfile
     add 64cf3278 add project template

No new revisions were added by this update.

Summary of changes:
 samplecode/{crypto => template}/Makefile                      |  2 +-
 samplecode/template/Readme.md                                 |  7 +++++++
 samplecode/{backtrace => template}/app/Cargo.toml             |  0
 samplecode/{backtrace => template}/app/build.rs               |  0
 .../{zlib-lazy-static-sample => template}/app/src/main.rs     |  6 +++---
 samplecode/{httpreq/app => template/enclave}/Cargo.toml       | 11 ++++++++---
 samplecode/{crypto => template}/enclave/Xargo.toml            |  0
 samplecode/{cov => template}/enclave/config.xml               |  0
 .../{zlib-lazy-static-sample => template}/enclave/enclave.edl |  2 +-
 samplecode/{backtrace => template}/enclave/enclave.lds        |  0
 samplecode/{backtrace => template}/enclave/private.pem        |  0
 .../process.rs => samplecode/template/enclave/src/lib.rs      | 10 +++++++---
 12 files changed, 27 insertions(+), 11 deletions(-)
 copy samplecode/{crypto => template}/Makefile (99%)
 create mode 100644 samplecode/template/Readme.md
 copy samplecode/{backtrace => template}/app/Cargo.toml (100%)
 copy samplecode/{backtrace => template}/app/build.rs (100%)
 copy samplecode/{zlib-lazy-static-sample => template}/app/src/main.rs (89%)
 copy samplecode/{httpreq/app => template/enclave}/Cargo.toml (89%)
 copy samplecode/{crypto => template}/enclave/Xargo.toml (100%)
 copy samplecode/{cov => template}/enclave/config.xml (100%)
 copy samplecode/{zlib-lazy-static-sample => template}/enclave/enclave.edl (95%)
 copy samplecode/{backtrace => template}/enclave/enclave.lds (100%)
 copy samplecode/{backtrace => template}/enclave/private.pem (100%)
 copy sgx_urts/src/ocall/process.rs => samplecode/template/enclave/src/lib.rs (84%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org