Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH authored Dec 24, 2024
1 parent ddf1892 commit 98ffc15
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
# Setup Rust and toolchains
./setup.sh
source "$HOME/.cargo/env"
# Build optee_os and optee_client for qemu_v8
./build_optee_libraries.sh $HOME
Expand All @@ -58,6 +59,7 @@ jobs:
run: |
# Setup Rust and toolchains
./setup.sh
source "$HOME/.cargo/env"
# Build optee_os and optee_client for qemu_v8
./build_optee_libraries.sh $HOME
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
run: |
# Setup Rust and toolchains
./setup.sh
source "$HOME/.cargo/env"
# Setup std dependencies
./setup_std_dependencies.sh
Expand Down Expand Up @@ -132,6 +135,7 @@ jobs:
run: |
# Setup Rust and toolchains
./setup.sh
source "$HOME/.cargo/env"
# Setup std dependencies
./setup_std_dependencies.sh
Expand Down Expand Up @@ -171,10 +175,9 @@ jobs:
run: |
mkdir -p ~/bin
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 sync -j4 --no-clone-bundle
python3 ~/bin/repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml &&
python3 ~/bin/repo sync -j4 --no-clone-bundle
- name: Build images and run tests
run: |
cd ~/optee-qemuv8
Expand All @@ -199,10 +202,9 @@ jobs:
run: |
mkdir -p ~/bin
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 sync -j4 --no-clone-bundle
python3 ~/bin/repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml &&
python3 ~/bin/repo sync -j4 --no-clone-bundle
- name: Build images and run tests
run: |
cd ~/optee-qemuv8
Expand Down

0 comments on commit 98ffc15

Please sign in to comment.