Skip to content

Commit

Permalink
ci.yml: remove redundant building process (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH authored Nov 5, 2021
1 parent 4ab7e49 commit 352ff91
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,12 @@ jobs:
mkdir 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
- name: Build images
- name: Build images and run tests
run: |
cd optee-qemuv8
cd build &&
make -j2 toolchains &&
make OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000
- name: Test Rust applications
run: |
cd optee-qemuv8
cd build && make CFG_TEE_CORE_LOG_LEVEL=0 OPTEE_RUST_ENABLE=y check-rust
make CFG_TEE_CORE_LOG_LEVEL=0 OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000 -j$(getconf _NPROCESSORS_ONLN) check-rust
license:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 352ff91

Please sign in to comment.