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

ivila pushed a change to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


    from 0a0ab8a  optee-utee: Enable TA-to-TA Invocation
     new 1f59a34  optee-utee: sys: use standard feature flag for conditional 
linking.
     new 5fac13a  optee-teec: sys: use standard feature flag for conditional 
linking.
     new b63e2bf  ci: remove useless env usage.
     new 217be94  examples: add build_with_optee_utee_sys
     new 0703f72  ci: Update CI Runner

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                           |  2 +-
 .github/workflows/reuse_test.yml                   |  4 +--
 Dockerfile                                         |  4 ++-
 README.md                                          |  2 +-
 ci/ci.sh                                           |  1 +
 docs/overview-of-optee-rust-examples.md            |  1 +
 .../Makefile                                       |  0
 .../host/Cargo.toml                                |  6 ++--
 .../host/Makefile                                  |  4 +--
 .../host/src/main.rs                               | 30 ++++++++-----------
 .../proto/Cargo.toml                               |  0
 .../proto/src/lib.rs                               |  1 -
 .../ta/Cargo.toml                                  | 13 ++++++++-
 .../ta/Makefile                                    | 10 +++----
 .../ta/build.rs                                    | 17 ++++++++++-
 .../ta/src/main.rs                                 | 14 +++++----
 examples/build_with_optee_utee_sys-rs/uuid.txt     |  1 +
 optee-teec/Cargo.toml                              |  5 ++++
 optee-teec/optee-teec-sys/Cargo.toml               |  4 +++
 optee-teec/optee-teec-sys/build.rs                 | 34 +++++++++++++---------
 optee-utee/Cargo.toml                              |  3 ++
 optee-utee/optee-utee-sys/Cargo.toml               |  4 +++
 optee-utee/optee-utee-sys/build.rs                 | 29 +++++++++---------
 ...ist_rs.sh => test_build_with_optee_utee_sys.sh} | 18 ++++++------
 24 files changed, 130 insertions(+), 77 deletions(-)
 copy examples/{acipher-rs => build_with_optee_utee_sys-rs}/Makefile (100%)
 copy examples/{acipher-rs => build_with_optee_utee_sys-rs}/host/Cargo.toml 
(94%)
 copy examples/{aes-rs => build_with_optee_utee_sys-rs}/host/Makefile (96%)
 copy examples/{hello_world-rs => 
build_with_optee_utee_sys-rs}/host/src/main.rs (61%)
 copy examples/{acipher-rs => build_with_optee_utee_sys-rs}/proto/Cargo.toml 
(100%)
 copy examples/{hello_world-rs => 
build_with_optee_utee_sys-rs}/proto/src/lib.rs (98%)
 copy examples/{aes-rs => build_with_optee_utee_sys-rs}/ta/Cargo.toml (71%)
 copy examples/{message_passing_interface-rs => 
build_with_optee_utee_sys-rs}/ta/Makefile (89%)
 copy examples/{hello_world-rs => build_with_optee_utee_sys-rs}/ta/build.rs 
(56%)
 copy examples/{hello_world-rs => build_with_optee_utee_sys-rs}/ta/src/main.rs 
(85%)
 create mode 100644 examples/build_with_optee_utee_sys-rs/uuid.txt
 copy tests/{test_mnist_rs.sh => test_build_with_optee_utee_sys.sh} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to