You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by yu...@apache.org on 2023/04/24 03:03:44 UTC

[incubator-teaclave-trustzone-sdk] 06/06: CI: don't do things setup.sh does for us

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

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

commit b2fbfb008d426349c5ad31bac4857174522dd89c
Author: Thomas Hebb <tc...@meta.com>
AuthorDate: Fri Apr 21 15:44:57 2023 -0400

    CI: don't do things setup.sh does for us
---
 .github/workflows/ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4f02ed..04f21b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,9 +43,6 @@ jobs:
 #          source environment &&
 #          make optee &&
 #          . ~/.cargo/env &&
-#          rustup component add rust-src &&
-#          rustup target install aarch64-unknown-linux-gnu arm-unknown-linux-gnueabihf &&
-#          rustup default nightly-2021-09-20 &&
 #          make examples
 #      - name: Run tests and examples
 #        run: |
@@ -70,9 +67,6 @@ jobs:
           source environment &&
           make optee &&
           . ~/.cargo/env &&
-          rustup component add rust-src &&
-          rustup target install aarch64-unknown-linux-gnu arm-unknown-linux-gnueabihf &&
-          rustup default nightly-2021-09-20 &&
           (cd optee-utee && xargo build --target aarch64-unknown-optee-trustzone -vv) &&
           (cd optee-teec && cargo build --target aarch64-unknown-linux-gnu -vv)
   build-and-run-examples-in-OPTEE-repo:


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