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

Reply via email to