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

@ -94,6 +94,9 @@ jobs:
cd ltp_instance;
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
run: docker exec code_coverage bash -c "git clone -b occlum-release-20200921.0 https://github.com/occlum/gvisor.git;
cd gvisor/occlum && ./prepare_bazel.sh && ./build_and_install_syscall_tests.sh && SGX_MODE=SIM ./run_occlum_passed_tests.sh"