Bump version to 0.12.1

This commit is contained in:
Tate, Hongliang Tian 2020-06-01 15:43:47 +00:00 committed by zongmin.gzm
parent 9b611e5f00
commit db4ed1ba80
2 changed files with 2 additions and 2 deletions

@ -9,4 +9,4 @@ before_script:
- cd /home/travis/build/occlum/occlum; info=$(make format-check); if [ -n "$info" ]; then echo "Format error detected."; exit 1; fi - cd /home/travis/build/occlum/occlum; info=$(make format-check); if [ -n "$info" ]; then echo "Format error detected."; exit 1; fi
script: script:
- docker run -v /home/travis/build/occlum/occlum:/root/occlum occlum/occlum:0.12.0-ubuntu18.04 /bin/bash -c "cd /root/occlum; make submodule; SGX_MODE=SIM make; SGX_MODE=SIM make test" - docker run -v /home/travis/build/occlum/occlum:/root/occlum occlum/occlum:0.12.1-ubuntu18.04 /bin/bash -c "cd /root/occlum; make submodule; SGX_MODE=SIM make; SGX_MODE=SIM make test"

@ -159,7 +159,7 @@ Step 1-3 are to be done on the host OS (Linux):
3. Run the Occlum Docker container, which has Occlum and its demos preinstalled: 3. Run the Occlum Docker container, which has Occlum and its demos preinstalled:
``` ```
docker run -it --device /dev/isgx occlum/occlum:0.12.0-ubuntu18.04 docker run -it --device /dev/isgx occlum/occlum:0.12.1-ubuntu18.04
``` ```
Step 4-5 are to be done on the guest OS running inside the Docker container: Step 4-5 are to be done on the guest OS running inside the Docker container: