Skip to content

Commit

Permalink
CI: don't do things setup.sh does for us
Browse files Browse the repository at this point in the history
  • Loading branch information
tchebb authored and DemesneGH committed Apr 24, 2023
1 parent a2b7bb0 commit b2fbfb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit b2fbfb0

Please sign in to comment.