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

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


    from b6849b7  CI: Updates for refactored build environment
     new 31066fc  examples: ta: build.rs: Use TARGET instead of custom ARCH
     new 558eceb  Makefile: examples: Enable mixed build configurations
     new 0d5e285  Makefile: Standardize rust examples install target
     new 3e58869  CI: Updates to build rust examples for mixed environments

The 4 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                         | 31 ++++++++++---
 Makefile                                         | 57 +++++++++++++++---------
 examples/acipher-rs/Makefile                     | 20 +++++++--
 examples/acipher-rs/host/Makefile                | 12 ++---
 examples/acipher-rs/ta/Makefile                  | 15 ++-----
 examples/acipher-rs/ta/build.rs                  |  4 +-
 examples/aes-rs/Makefile                         | 20 +++++++--
 examples/aes-rs/host/Makefile                    | 12 ++---
 examples/aes-rs/ta/Makefile                      | 15 ++-----
 examples/aes-rs/ta/build.rs                      |  4 +-
 examples/authentication-rs/Makefile              | 20 +++++++--
 examples/authentication-rs/host/Makefile         | 12 ++---
 examples/authentication-rs/ta/Makefile           | 15 ++-----
 examples/authentication-rs/ta/build.rs           |  4 +-
 examples/big_int-rs/Makefile                     | 20 +++++++--
 examples/big_int-rs/host/Makefile                | 12 ++---
 examples/big_int-rs/ta/Makefile                  | 15 ++-----
 examples/big_int-rs/ta/build.rs                  |  4 +-
 examples/diffie_hellman-rs/Makefile              | 20 +++++++--
 examples/diffie_hellman-rs/host/Makefile         | 12 ++---
 examples/diffie_hellman-rs/ta/Makefile           | 15 ++-----
 examples/diffie_hellman-rs/ta/build.rs           |  4 +-
 examples/digest-rs/Makefile                      | 20 +++++++--
 examples/digest-rs/host/Makefile                 | 12 ++---
 examples/digest-rs/ta/Makefile                   | 15 ++-----
 examples/digest-rs/ta/build.rs                   |  4 +-
 examples/hello_world-rs/Makefile                 | 20 +++++++--
 examples/hello_world-rs/host/Makefile            | 12 ++---
 examples/hello_world-rs/ta/Makefile              | 15 ++-----
 examples/hello_world-rs/ta/build.rs              |  4 +-
 examples/hotp-rs/Makefile                        | 20 +++++++--
 examples/hotp-rs/host/Makefile                   | 12 ++---
 examples/hotp-rs/ta/Makefile                     | 15 ++-----
 examples/hotp-rs/ta/build.rs                     |  4 +-
 examples/random-rs/Makefile                      | 20 +++++++--
 examples/random-rs/host/Makefile                 | 12 ++---
 examples/random-rs/ta/Makefile                   | 15 ++-----
 examples/random-rs/ta/build.rs                   |  4 +-
 examples/secure_storage-rs/Makefile              | 20 +++++++--
 examples/secure_storage-rs/host/Makefile         | 12 ++---
 examples/secure_storage-rs/ta/Makefile           | 15 ++-----
 examples/secure_storage-rs/ta/build.rs           |  4 +-
 examples/signature_verification-rs/Makefile      | 20 +++++++--
 examples/signature_verification-rs/host/Makefile | 12 ++---
 examples/signature_verification-rs/ta/Makefile   | 15 ++-----
 examples/signature_verification-rs/ta/build.rs   |  4 +-
 examples/supp_plugin-rs/Makefile                 | 25 ++++++++---
 examples/supp_plugin-rs/host/Makefile            | 12 ++---
 examples/supp_plugin-rs/plugin/Makefile          | 12 ++---
 examples/supp_plugin-rs/ta/Makefile              | 15 ++-----
 examples/supp_plugin-rs/ta/build.rs              |  4 +-
 examples/time-rs/Makefile                        | 20 +++++++--
 examples/time-rs/host/Makefile                   | 12 ++---
 examples/time-rs/ta/Makefile                     | 15 ++-----
 examples/time-rs/ta/build.rs                     |  4 +-
 55 files changed, 392 insertions(+), 376 deletions(-)


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

Reply via email to