This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e15ab62 Fix deploy instruction for Azure to comply with SGX 2.17.
4e15ab62 is described below

commit 4e15ab62d94a9f9c9daaa21e48b890eb971b2ea8
Author: Kousuke Saruta <saru...@apache.org>
AuthorDate: Sun Apr 23 09:35:49 2023 +0000

    Fix deploy instruction for Azure to comply with SGX 2.17.
---
 docs/azure-confidential-computing.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/azure-confidential-computing.md 
b/docs/azure-confidential-computing.md
index bcb45d11..1fcf3fec 100644
--- a/docs/azure-confidential-computing.md
+++ b/docs/azure-confidential-computing.md
@@ -52,10 +52,11 @@ Build Teaclave.
 $ git clone https://github.com/apache/incubator-teaclave.git
 $ cd incubator-teaclave
 $ docker run --rm -v $(pwd):/teaclave -w /teaclave \
-  -it teaclave/teaclave-build-ubuntu-1804-sgx-2.14:latest \
+  -it teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1:0.1.0 \
    bash -c ". /root/.cargo/env && \
      . /opt/sgxsdk/environment && \
      mkdir -p build && cd build && \
+     git config --global --add safe.directory /teaclave && \
      cmake -DTEST_MODE=ON .. && \
      make"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@teaclave.apache.org
For additional commands, e-mail: commits-h...@teaclave.apache.org

Reply via email to