You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by gjj <no...@github.com.INVALID> on 2020/09/17 02:34:44 UTC

[apache/incubator-teaclave] mesapy添加了自定义模块后,teaclave这边要怎么同步mesapy? (#421)

mesapy添加了自定义模块后,teaclave这边要怎么同步mesapy?
是需要重新执行
`docker run --rm -v $(pwd):/teaclave  -w /teaclave \
-it teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latest \
   bash -c ". /root/.cargo/env && \
     . /opt/sgxsdk/environment && \
     mkdir -p build && cd build && \
     cmake -DTEST_MODE=ON .. && \
     make"`
这条命令才行吗?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/421

Re: [apache/incubator-teaclave] mesapy添加了自定义模块后,teaclave这边要怎么同步mesapy? (#421)

Posted by gjj <no...@github.com.INVALID>.
Closed #421.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/421#event-3777231793