From 8d852491169084c10d7335e2989c32efcacc8796 Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Fri, 24 Sep 2021 16:20:45 +0800 Subject: [PATCH] Update bash test in github action Signed-off-by: Zheng, Qi --- .github/workflows/demo_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo_test.yml b/.github/workflows/demo_test.yml index 4a172e64..1001b45e 100644 --- a/.github/workflows/demo_test.yml +++ b/.github/workflows/demo_test.yml @@ -689,8 +689,8 @@ jobs: - name: Make install run: docker exec bash_test bash -c "source /opt/intel/sgxsdk/environment; cd /root/occlum; OCCLUM_RELEASE_BUILD=1 make install" - - name: Build Bash dependencies - run: docker exec bash_test bash -c "cd /root/occlum/demos/bash && ./prepare_bash_demo.sh" + - name: Run musl-libc Bash test + run: docker exec bash_test bash -c "cd /root/occlum/demos/bash && SGX_MODE=SIM ./run_bash_demo.sh musl" - - name: Run Bash test + - name: Run glibc Bash test run: docker exec bash_test bash -c "cd /root/occlum/demos/bash && SGX_MODE=SIM ./run_bash_demo.sh"