Bump version to 0.12.1
This commit is contained in:
parent
9b611e5f00
commit
db4ed1ba80
@ -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
|
||||
|
||||
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:
|
||||
```
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user