This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a commit to branch optee-3.20.0
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/optee-3.20.0 by this push:
new 6849bc5 Update ci.yml
6849bc5 is described below
commit 6849bc5085b7f878d2d5b249c91e53329e9e3afb
Author: Yuan Zhuang <[email protected]>
AuthorDate: Tue Mar 7 17:42:07 2023 +0800
Update ci.yml
After OP-TEE 3.20.0, OP-TEE updated the GP support from 1.1 to 1.3.1
(https://github.com/OP-TEE/optee_os/pull/5688), which made some of the libutee
APIs not compatible with the old version Rust wrappers.
---
.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 430ffa9..ab60caa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
curl https://storage.googleapis.com/git-repo-downloads/repo-1 >
~/bin/repo && chmod a+x ~/bin/repo
export PATH=~/bin:$PATH
mkdir -p ~/optee-qemuv8 && cd ~/optee-qemuv8 &&
- repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml &&
+ repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml
-b 3.20.0 &&
repo sync -j4 --no-clone-bundle
- name: Build images and run tests
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]