Skip to content

Commit

Permalink
CI: Build test optee-utee crate using latest nightly
Browse files Browse the repository at this point in the history
Only no_std mode is supported with latest nightly, so build it for the
time being.

Signed-off-by: Sumit Garg <[email protected]>
  • Loading branch information
b49020 committed Dec 27, 2023
1 parent 78cf50f commit 36555de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36555de

Please sign in to comment.