You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/08/16 23:01:03 UTC

[incubator-teaclave-trustzone-sdk] branch master updated (b439af6 -> 0438ca9)

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

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


    from b439af6  Add license headers (#32)
     add b2b052d  Update the buildint environment to ubuntu 20.04
     add 4b1a948  Start to use github actions
     add 0438ca9  Add Cargo.lock for optee-utee and optee-teec

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                |  46 ++-
 .gitignore                              |   2 -
 .travis.yml                             |  51 ----
 Dockerfile                              |  70 ++++-
 optee-teec/Cargo.lock                   | 505 +++++++++++++++++++++++++++++++
 optee-utee/Cargo.lock                   | 510 ++++++++++++++++++++++++++++++++
 optee-utee/Cargo.toml                   |   2 +-
 tests/optee-qemuv8.sh                   |   2 +-
 tests/test_acipher.sh                   |   6 +-
 tests/test_aes.sh                       |   6 +-
 tests/test_authentication.sh            |   6 +-
 tests/test_big_int.sh                   |   6 +-
 tests/test_diffie_hellman.sh            |   6 +-
 tests/test_digest.sh                    |   6 +-
 tests/test_hello_world.sh               |   6 +-
 tests/test_hotp.sh                      |   6 +-
 tests/test_message_passing_interface.sh |   6 +-
 tests/test_random.sh                    |   6 +-
 tests/test_secure_storage.sh            |   6 +-
 tests/test_serde.sh                     |   6 +-
 tests/test_supp_plugin.sh               |   6 +-
 tests/test_tcp_client.sh                |   6 +-
 tests/test_time.sh                      |   6 +-
 tests/test_udp_socket.sh                |   6 +-
 24 files changed, 1167 insertions(+), 117 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 optee-teec/Cargo.lock
 create mode 100644 optee-utee/Cargo.lock

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