You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by rd...@apache.org on 2022/08/06 14:20:12 UTC

[incubator-teaclave-sgx-sdk] branch v2.0.0-preview updated (2542410b -> 0f1d36f7)

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

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


    from 2542410b Remove CI
     add 0f1d36f7 Add regex samplecode

No new revisions were added by this update.

Summary of changes:
 samplecode/{template => regex}/Makefile            |  4 +--
 samplecode/{backtrace => regex}/app/Cargo.toml     |  0
 samplecode/{backtrace => regex}/app/build.rs       |  0
 samplecode/{seal => regex}/app/src/main.rs         |  4 +--
 samplecode/{template => regex}/enclave/Cargo.toml  |  5 +--
 .../{helloworld => regex}/enclave/Xargo.toml       |  0
 samplecode/{cov => regex}/enclave/config.xml       |  0
 samplecode/{template => regex}/enclave/enclave.edl |  7 ++--
 .../{backtrace => regex}/enclave/enclave.lds       |  0
 .../{backtrace => regex}/enclave/private.pem       |  0
 {tests => samplecode/regex}/enclave/src/lib.rs     | 39 ++++++++++++----------
 11 files changed, 32 insertions(+), 27 deletions(-)
 copy samplecode/{template => regex}/Makefile (98%)
 copy samplecode/{backtrace => regex}/app/Cargo.toml (100%)
 copy samplecode/{backtrace => regex}/app/build.rs (100%)
 copy samplecode/{seal => regex}/app/src/main.rs (91%)
 copy samplecode/{template => regex}/enclave/Cargo.toml (95%)
 copy samplecode/{helloworld => regex}/enclave/Xargo.toml (100%)
 copy samplecode/{cov => regex}/enclave/config.xml (100%)
 copy samplecode/{template => regex}/enclave/enclave.edl (92%)
 copy samplecode/{backtrace => regex}/enclave/enclave.lds (100%)
 copy samplecode/{backtrace => regex}/enclave/private.pem (100%)
 copy {tests => samplecode/regex}/enclave/src/lib.rs (53%)


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