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
commit 426799fe8a6f6d368d4e7d51f001f792a9a85c83 Author: Yuan Zhuang <[email protected]> AuthorDate: Fri Mar 3 13:44:06 2023 +0000 ci: add building dependency for qemu --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af711f..7937c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: ln -sf /root/.cargo ~/.cargo - name: Building run: | + apt update && apt install libslirp-dev -y export CARGO_NET_GIT_FETCH_WITH_CLI=true && ./setup.sh && source environment && @@ -93,6 +94,7 @@ jobs: repo sync -j4 --no-clone-bundle - name: Build images and run tests run: | + apt update && apt install libslirp-dev -y cd ~/optee-qemuv8 rm -rf optee_rust/ && mv $GITHUB_WORKSPACE/incubator-teaclave-trustzone-sdk optee_rust/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
