This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch no-std in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit af3900384d25e587fb1f37f9a4e58154d217421b Author: Sumit Garg <[email protected]> AuthorDate: Wed Dec 27 18:38:26 2023 +0530 CI: Build test optee-utee crate using latest nightly Only no_std mode is supported with latest nightly, so build it for the time being. Signed-off-by: Sumit Garg <[email protected]> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f21b5..69cdc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: source environment && make optee && . ~/.cargo/env && - (cd optee-utee && xargo build --target aarch64-unknown-optee-trustzone -vv) && + (cd optee-utee && cargo build --target aarch64-unknown-linux-gnu --no-default-features -vv) && (cd optee-teec && cargo build --target aarch64-unknown-linux-gnu -vv) build-and-run-examples-in-OPTEE-repo: runs-on: ubuntu-20.04 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
