Fix code coverage CI failure

This commit is contained in:
ClawSeven 2023-08-15 16:41:12 +08:00 committed by volcano
parent b3e7142c74
commit d84df802ee

@ -93,6 +93,9 @@ jobs:
run: docker exec code_coverage bash -c "cd /root/occlum/demos/linux-ltp && ./dl_and_build_ltp.sh && SGX_MODE=SIM ./prepare_ltp.sh; run: docker exec code_coverage bash -c "cd /root/occlum/demos/linux-ltp && ./dl_and_build_ltp.sh && SGX_MODE=SIM ./prepare_ltp.sh;
cd ltp_instance; cd ltp_instance;
occlum run /opt/ltp/run-ltp.sh -f syscalls-occlum" occlum run /opt/ltp/run-ltp.sh -f syscalls-occlum"
- name: Clean demos
run: docker exec code_coverage bash -c "rm -rf /root/occlum/demos/"
- name : Gvisor syscall test - name : Gvisor syscall test
run: docker exec code_coverage bash -c "git clone -b occlum-release-20200921.0 https://github.com/occlum/gvisor.git; run: docker exec code_coverage bash -c "git clone -b occlum-release-20200921.0 https://github.com/occlum/gvisor.git;